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

/freebsd-11-stable/sbin/ggate/ggated/
H A Dggated.c104 static pthread_cond_t inqueue_cond, outqueue_cond; variable
562 error = pthread_cond_init(&outqueue_cond, NULL);
564 g_gate_xlog("pthread_cond_init(outqueue_cond): %s.",
758 error = pthread_cond_signal(&outqueue_cond);
786 error = pthread_cond_wait(&outqueue_cond,

Completed in 58 milliseconds