Searched defs:event_queue_cond (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Devents.c67 static pthread_cond_t event_queue_cond = PTHREAD_COND_INITIALIZER; variable
520 (void) pthread_cond_signal(&event_queue_cond);
586 (void) pthread_cond_wait(&event_queue_cond,
633 (void) pthread_cond_timedwait(&event_queue_cond,

Completed in 116 milliseconds