Home | History | Annotate | Download | only in vendor

Lines Matching refs:_pthread_self

232 #define	_pthread_self() GetCurrentThreadId()
234 #define _pthread_self() __threadid()
337 #define _pthread_self pthread_self
2909 * Hash _pthread_self() to one of the arenas. There is a prime
2912 * inconvenient _pthread_self() values. Without specific
2913 * knowledge of how _pthread_self() calculates values, we can't
2916 ind = (unsigned long) _pthread_self() % narenas;
2966 SPRN(balance, (uint32_t)(uintptr_t)(_pthread_self()));