Sign in
android
/
platform
/
external
/
musl
/
dc1e01c2dd865a6317ba5ce2fca4058fb116f0fa
/
.
/
arch
/
loongarch64
/
pthread_arch.h
blob: 365f6ca8d9ccbe6f3a531e3ebf821739a69946de [
file
] [
log
] [
blame
]
static
inline
uintptr_t
__get_tp
()
{
register
uintptr_t
tp __asm__
(
"tp"
);
__asm__
(
""
:
"=r"
(
tp
)
);
return
tp
;
}
#define
TLS_ABOVE_TP
#define
GAP_ABOVE_TP
0
#define
DTP_OFFSET
0
#define
MC_PC __pc