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

/macosx-10.10.1/PowerManagement-494.1.2/pmconfigd/
H A DPMSettings.c69 static unsigned long gSleepSetting = -1; variable
195 if (gSleepSetting != -1) {
196 *idleSleepTimer = gSleepSetting;
223 && (-1 != gSleepSetting)) do
231 (kPMPreventIdleSleep & g_overrides) ? 0 : gSleepSetting);
406 CFNumberGetValue(sleepSetting, kCFNumberLongType, &gSleepSetting);

Completed in 60 milliseconds