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

/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dsysman.c451 storeRLS = NULL;/* System Config runloop source */ local
558 if ((storeRLS = SCDynamicStoreCreateRunLoopSource(kCFAllocatorDefault,
561 CFRunLoopAddSource(CFRunLoopGetCurrent(), storeRLS, local
637 if (storeRLS)
639 CFRunLoopRemoveSource(CFRunLoopGetCurrent(), storeRLS, local
641 CFRunLoopSourceInvalidate(storeRLS);
642 CFRelease(storeRLS);

Completed in 162 milliseconds