Home
last modified time | relevance | path

Searched defs:__pthread_self (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_self.c5 _LIBC_TEXT_SECTION pthread_t __pthread_self() in __pthread_self() function
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_self.c4 pthread_t __pthread_self() in __pthread_self() function
/third_party/musl/src/thread/
Dpthread_self.c5 pthread_t __pthread_self() in __pthread_self() 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)) macro
63 #define __pthread_self() ((pthread_t)__get_tp()) macro
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h172 #define __pthread_self() ((pthread_t)(__get_tp() - sizeof(struct __pthread) - TP_OFFSET)) macro
175 #define __pthread_self() ((pthread_t)__get_tp()) macro
/third_party/musl/src/internal/
Dpthread_impl.h161 #define __pthread_self() ((pthread_t)(__get_tp() - sizeof(struct __pthread) - TP_OFFSET)) macro
166 #define __pthread_self() ((pthread_t)__get_tp()) macro