Home
last modified time | relevance | path

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

/dragonfly/sbin/svc/
H A Dsvc.h101 pthread_cond_t logcond; /* wait for activity */ member
H A Dexecute.c223 pthread_cond_init(&cmd->logcond, NULL); in execute_init()
669 pthread_cond_wait(&InitCmd->logcond, &serial_mtx); in execute_log()
794 pthread_cond_signal(&cmd->logcond); in logger_thread()