Home
last modified time | relevance | path

Searched refs:dispatch_sema4_key (Results 1 – 4 of 4) sorted by relevance

/trueos/lib/libdispatch/src/
HDsemaphore_internal.h81 _dispatch_thread_getspecific(dispatch_sema4_key); in _dispatch_get_thread_semaphore()
85 _dispatch_thread_setspecific(dispatch_sema4_key, NULL); in _dispatch_get_thread_semaphore()
94 _dispatch_thread_getspecific(dispatch_sema4_key); in _dispatch_put_thread_semaphore()
95 _dispatch_thread_setspecific(dispatch_sema4_key, (void*)sema); in _dispatch_put_thread_semaphore()
HDinit.c70 pthread_key_t dispatch_sema4_key; variable
HDqueue.c944 _dispatch_thread_key_create(&dispatch_sema4_key, in libdispatch_init()
/trueos/lib/libdispatch/src/shims/
HDtsd.h57 static const unsigned long dispatch_sema4_key = __TSD_SEMAPHORE_CACHE; variable
59 static const unsigned long dispatch_sema4_key = __PTK_LIBDISPATCH_KEY5+2; variable
80 extern pthread_key_t dispatch_sema4_key;