Searched refs:interrupt_pipe_key (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/libresolv-57/
H A Dres_send.c163 pthread_key_t interrupt_pipe_key; variable
208 pthread_setspecific(interrupt_pipe_key, NULL);
232 pthread_setspecific(interrupt_pipe_key, interrupt_pipe);
241 pthread_key_create(&interrupt_pipe_key, NULL);
248 pthread_key_delete(interrupt_pipe_key);
1325 if (interrupt_pipe_enabled != 0) interrupt_pipe = pthread_getspecific(interrupt_pipe_key);
H A Dres_query.c105 __private_extern__ pthread_key_t interrupt_pipe_key; variable
402 interrupt_pipe = pthread_getspecific(interrupt_pipe_key);

Completed in 68 milliseconds