Searched refs:dispatch_io_key (Results 1 – 4 of 4) sorted by relevance
48 static const unsigned long dispatch_io_key = __PTK_LIBDISPATCH_KEY3; variable83 extern pthread_key_t dispatch_io_key;
632 if (fd == -1 && _dispatch_thread_getspecific(dispatch_io_key) == channel && in dispatch_io_get_descriptor()730 _dispatch_thread_setspecific(dispatch_io_key, channel); in dispatch_io_barrier()732 _dispatch_thread_setspecific(dispatch_io_key, NULL); in dispatch_io_barrier()
72 pthread_key_t dispatch_io_key; variable
937 _dispatch_thread_key_create(&dispatch_io_key, NULL); in libdispatch_init()