Home
last modified time | relevance | path

Searched refs:_dispatch_thread_self (Results 1 – 3 of 3) sorted by relevance

/trueos/lib/libdispatch/src/shims/
HDtsd.h130 #define _dispatch_thread_self() ((uintptr_t)GetCurrentThreadId()) macro
133 #define _dispatch_thread_self() ((uintptr_t)_dispatch_thread_getspecific( \ macro
136 #define _dispatch_thread_self() ((uintptr_t)pthread_self()) macro
147 #define _dispatch_thread_port() (pthread_mach_thread_np(_dispatch_thread_self()))
/trueos/lib/libdispatch/src/
HDintrospection.c71 uintptr_t thread = _dispatch_thread_self(); in _dispatch_introspection_init()
115 uintptr_t thread = _dispatch_thread_self(); in _dispatch_introspection_thread_add()
HDinternal.h475 (void *)_dispatch_thread_self(), ##args); \