Searched refs:SysEventThreadMutex (Results 1 – 1 of 1) sorted by relevance
243 static pthread_mutex_t SysEventThreadMutex = { 0 }; variable333 pthread_mutex_init(&SysEventThreadMutex, NULL); in cupsdStartSystemMonitor()367 pthread_mutex_lock(&SysEventThreadMutex); in cupsdStopSystemMonitor()370 pthread_cond_wait(&SysEventThreadCond, &SysEventThreadMutex); in cupsdStopSystemMonitor()375 pthread_mutex_unlock(&SysEventThreadMutex); in cupsdStopSystemMonitor()381 pthread_mutex_destroy(&SysEventThreadMutex); in cupsdStopSystemMonitor()554 pthread_mutex_lock(&SysEventThreadMutex); in sysEventThreadEntry()559 pthread_mutex_unlock(&SysEventThreadMutex); in sysEventThreadEntry()