Searched refs:_dispatch_thread_self (Results 1 – 3 of 3) sorted by relevance
130 #define _dispatch_thread_self() ((uintptr_t)GetCurrentThreadId()) macro133 #define _dispatch_thread_self() ((uintptr_t)_dispatch_thread_getspecific( \ macro136 #define _dispatch_thread_self() ((uintptr_t)pthread_self()) macro147 #define _dispatch_thread_port() (pthread_mach_thread_np(_dispatch_thread_self()))
71 uintptr_t thread = _dispatch_thread_self(); in _dispatch_introspection_init()115 uintptr_t thread = _dispatch_thread_self(); in _dispatch_introspection_thread_add()
475 (void *)_dispatch_thread_self(), ##args); \