Searched refs:SysEventThread (Results 1 – 1 of 1) sorted by relevance
241 static pthread_t SysEventThread = NULL; variable335 pthread_create(&SysEventThread, NULL, (void *(*)(void *))sysEventThreadEntry, NULL); in cupsdStartSystemMonitor()360 if (SysEventThread) in cupsdStopSystemMonitor()380 pthread_join(SysEventThread, NULL); in cupsdStopSystemMonitor()