Sign in
android
/
platform
/
external
/
musl
/
refs/tags/android-platform-13.0.0_r20
/
.
/
arch
/
i386
/
pthread_arch.h
blob: a639c382ac2af5b351adfb2f728264e7ea4f932d [
file
] [
log
] [
blame
]
static
inline
uintptr_t
__get_tp
()
{
uintptr_t
tp
;
__asm__
(
"movl %%gs:0,%0"
:
"=r"
(
tp
)
);
return
tp
;
}
#define
MC_PC gregs
[
REG_EIP
]