Searched refs:powerRLS (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/cups-408/cups/scheduler/
H A Dsysman.c431 CFRunLoopSourceRef powerRLS = NULL,/* Power runloop source */ local
455 powerRLS = IONotificationPortGetRunLoopSource(powerNotifierPort);
456 CFRunLoopAddSource(CFRunLoopGetCurrent(), powerRLS, kCFRunLoopDefaultMode); local
611 CFRunLoopRemoveSource(CFRunLoopGetCurrent(), powerRLS, local
/macosx-10.10/efax-38/efax/
H A Defaxos.c986 CFRunLoopSourceRef powerRLS = NULL; /* Power runloop source */ local
1013 powerRLS = IONotificationPortGetRunLoopSource(powerNotifierPort);
1014 CFRunLoopAddSource(CFRunLoopGetCurrent(), powerRLS, kCFRunLoopDefaultMode); local
1101 if (powerRLS)
1103 CFRunLoopRemoveSource(CFRunLoopGetCurrent(), powerRLS, kCFRunLoopDefaultMode); local
1104 CFRunLoopSourceInvalidate(powerRLS);

Completed in 223 milliseconds