Searched refs:SysEventThreadCond (Results 1 – 1 of 1) sorted by relevance
245 static pthread_cond_t SysEventThreadCond = { 0 }; variable334 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()