Home
last modified time | relevance | path

Searched refs:dispatch_voucher_key (Results 1 – 5 of 5) sorted by relevance

/NextBSD/lib/libdispatch/src/shims/
HDtsd.h46 static const unsigned long dispatch_voucher_key = __PTK_LIBDISPATCH_KEY1; variable
76 extern pthread_key_t dispatch_voucher_key;
/NextBSD/lib/libdispatch/src/
HDvoucher_internal.h281 return _dispatch_thread_getspecific(dispatch_voucher_key); in _voucher_get()
316 _dispatch_thread_setspecific(dispatch_voucher_key, voucher); in _voucher_swap_and_get_mach_voucher()
HDinit.c154 int dispatch_voucher_key; variable
161 .dti_voucher_index = dispatch_voucher_key,
HDvoucher.c708 _dispatch_thread_setspecific(dispatch_voucher_key, NULL); in _voucher_atfork_child()
HDqueue.c935 _dispatch_thread_key_create(&dispatch_voucher_key, _voucher_thread_cleanup); in libdispatch_init()