Searched defs:__pthread_self (Results 1 – 6 of 6) sorted by relevance
5 _LIBC_TEXT_SECTION pthread_t __pthread_self() in __pthread_self() function
4 pthread_t __pthread_self() in __pthread_self() function
5 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
172 #define __pthread_self() ((pthread_t)(__get_tp() - sizeof(struct __pthread) - TP_OFFSET)) macro175 #define __pthread_self() ((pthread_t)__get_tp()) macro
161 #define __pthread_self() ((pthread_t)(__get_tp() - sizeof(struct __pthread) - TP_OFFSET)) macro166 #define __pthread_self() ((pthread_t)__get_tp()) macro