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.c103 static pthread_cond_t inqueue_cond, outqueue_cond; variable
573 error = pthread_cond_init(&outqueue_cond, NULL); in connection_launch()
782 error = pthread_cond_signal(&outqueue_cond); in disk_thread()
810 error = pthread_cond_wait(&outqueue_cond, in send_thread()