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.c102 static cond_t logging_queue_cv; variable
334 (void) cond_wait(&logging_queue_cv,
499 (void) cond_init(&logging_queue_cv, USYNC_THREAD, NULL);
1055 (void) cond_signal(&logging_queue_cv);

Completed in 61 milliseconds