Searched defs:__pthread_self (Results 1 – 5 of 5) sorted by relevance
5 _LIBC_TEXT_SECTION pthread_t __pthread_self() in __pthread_self() function
4 pthread_t __pthread_self() in __pthread_self() function
60 #define __pthread_self() ((pthread_t)(__get_tp() - sizeof(struct __pthread) - TP_OFFSET)) macro63 #define __pthread_self() ((pthread_t)__get_tp()) macro
119 #define __pthread_self() ((pthread_t)(__get_tp() - sizeof(struct __pthread) - TP_OFFSET)) macro122 #define __pthread_self() ((pthread_t)__get_tp()) macro
152 #define __pthread_self() ((pthread_t)(__get_tp() - sizeof(struct __pthread) - TP_OFFSET)) macro155 #define __pthread_self() ((pthread_t)__get_tp()) macro