Home
last modified time | relevance | path

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

/aosp_15_r20/external/libcups/scheduler/
H A Dsysman.c243 static pthread_mutex_t SysEventThreadMutex = { 0 }; variable
333 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()