Home
last modified time | relevance | path

Searched refs:__get_tp (Results 1 – 20 of 20) sorted by relevance

/third_party/musl/porting/liteos_a/user/arch/arm/
Dpthread_arch.h4 static inline uintptr_t __get_tp() in __get_tp() function
19 static inline uintptr_t __get_tp() in __get_tp() function
/third_party/musl/arch/arm/
Dpthread_arch.h4 static inline uintptr_t __get_tp() in __get_tp() function
19 static inline uintptr_t __get_tp() in __get_tp() function
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dpthread_impl.h60 #define __pthread_self() ((pthread_t)(__get_tp() - sizeof(struct __pthread) - TP_OFFSET))
63 #define __pthread_self() ((pthread_t)__get_tp())
/third_party/musl/arch/s390x/
Dpthread_arch.h1 static inline uintptr_t __get_tp() in __get_tp() function
/third_party/musl/arch/x86_64/
Dpthread_arch.h1 static inline uintptr_t __get_tp() in __get_tp() function
/third_party/musl/arch/i386/
Dpthread_arch.h1 static inline uintptr_t __get_tp() in __get_tp() function
/third_party/musl/arch/microblaze/
Dpthread_arch.h1 static inline uintptr_t __get_tp() in __get_tp() function
/third_party/musl/arch/m68k/
Dpthread_arch.h1 static inline uintptr_t __get_tp() in __get_tp() function
/third_party/musl/arch/aarch64/
Dpthread_arch.h1 static inline uintptr_t __get_tp() in __get_tp() function
/third_party/musl/arch/x32/
Dpthread_arch.h1 static inline uintptr_t __get_tp() in __get_tp() function
/third_party/musl/arch/riscv64/
Dpthread_arch.h1 static inline uintptr_t __get_tp() in __get_tp() function
/third_party/musl/arch/powerpc64/
Dpthread_arch.h1 static inline uintptr_t __get_tp() in __get_tp() function
/third_party/musl/arch/powerpc/
Dpthread_arch.h1 static inline uintptr_t __get_tp() in __get_tp() function
/third_party/musl/arch/mips/
Dpthread_arch.h1 static inline uintptr_t __get_tp() in __get_tp() function
/third_party/musl/arch/sh/
Dpthread_arch.h1 static inline uintptr_t __get_tp() in __get_tp() function
/third_party/musl/arch/or1k/
Dpthread_arch.h1 static inline uintptr_t __get_tp() in __get_tp() function
/third_party/musl/arch/mips64/
Dpthread_arch.h1 static inline uintptr_t __get_tp() in __get_tp() function
/third_party/musl/arch/mipsn32/
Dpthread_arch.h1 static inline uintptr_t __get_tp() in __get_tp() function
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h172 #define __pthread_self() ((pthread_t)(__get_tp() - sizeof(struct __pthread) - TP_OFFSET))
175 #define __pthread_self() ((pthread_t)__get_tp())
/third_party/musl/src/internal/
Dpthread_impl.h153 #define __pthread_self() ((pthread_t)(__get_tp() - sizeof(struct __pthread) - TP_OFFSET))
158 #define __pthread_self() ((pthread_t)__get_tp())