Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c106 static cond_t logging_queue_cv; variable
343 (void) cond_wait(&logging_queue_cv, in logging_svc()
592 (void) cond_init(&logging_queue_cv, USYNC_THREAD, NULL); in main()
1186 (void) cond_signal(&logging_queue_cv); in enqueue_logging_data()