Searched refs:inqueue_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
552 error = pthread_cond_init(&inqueue_cond, NULL);
554 g_gate_xlog("pthread_cond_init(inqueue_cond): %s.",
680 error = pthread_cond_signal(&inqueue_cond);
705 error = pthread_cond_wait(&inqueue_cond, &inqueue_mtx);

Completed in 159 milliseconds