Home
last modified time | relevance | path

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

/external/libcups/scheduler/
Dsysman.c266 static int PSToken = 0; /* Power source notifications */ variable
343 …notify_register_dispatch(kIOPSNotifyPowerSource, &PSToken, dispatch_get_main_queue(), ^(int t) { (… in cupsdStartSystemMonitor()
391 if (PSToken != 0) in cupsdStopSystemMonitor()
393 notify_cancel(PSToken); in cupsdStopSystemMonitor()
394 PSToken = 0; in cupsdStopSystemMonitor()