Home
last modified time | relevance | path

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

/external/libcups/scheduler/
Dsysman.c245 static pthread_cond_t SysEventThreadCond = { 0 }; variable
334 pthread_cond_init(&SysEventThreadCond, NULL); in cupsdStartSystemMonitor()
370 pthread_cond_wait(&SysEventThreadCond, &SysEventThreadMutex); in cupsdStopSystemMonitor()
382 pthread_cond_destroy(&SysEventThreadCond); in cupsdStopSystemMonitor()
558 pthread_cond_signal(&SysEventThreadCond); in sysEventThreadEntry()