Home
last modified time | relevance | path

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

/freebsd/sbin/ggate/ggated/
H A Dggated.c110 static pthread_cond_t inqueue_cond, outqueue_cond; variable
631 error = pthread_cond_init(&outqueue_cond, NULL); in connection_launch()
840 error = pthread_cond_signal(&outqueue_cond); in disk_thread()
868 error = pthread_cond_wait(&outqueue_cond, in send_thread()