Home
last modified time | relevance | path

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

/third_party/node/deps/cares/src/lib/
H A Dares__threads.c519 channel->cond_empty = ares__thread_cond_create(); in ares__channel_threading_init()
520 if (channel->cond_empty == NULL) { in ares__channel_threading_init()
536 ares__thread_cond_destroy(channel->cond_empty); in ares__channel_threading_destroy()
537 channel->cond_empty = NULL; in ares__channel_threading_destroy()
573 ares__thread_cond_wait(channel->cond_empty, channel->lock); in ares_queue_wait_empty()
586 ares__thread_cond_timedwait(channel->cond_empty, channel->lock, tms); in ares_queue_wait_empty()
606 ares__thread_cond_broadcast(channel->cond_empty); in ares_queue_notify_empty()
H A Dares_private.h268 ares__thread_cond_t *cond_empty; member

Completed in 3 milliseconds