Home
last modified time | relevance | path

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

/external/libcups/scheduler/
Dsysman.c247 static CFRunLoopRef SysEventRunloop = NULL; variable
369 if (!SysEventRunloop) in cupsdStopSystemMonitor()
372 rl = SysEventRunloop; in cupsdStopSystemMonitor()
373 SysEventRunloop = NULL; in cupsdStopSystemMonitor()
556 SysEventRunloop = CFRunLoopGetCurrent(); in sysEventThreadEntry()