Searched refs:___pthread_self (Results 1 – 2 of 2) sorted by relevance
34 extern __thread struct __pthread *___pthread_self;41 thread = ___pthread_self; \51 #define _pthread_self() ___pthread_self
29 __thread struct __pthread *___pthread_self; variable79 ___pthread_self = thread; in _init_routine()
Completed in 4 milliseconds