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

/macosx-10.9.5/IOKitUser-907.100.13/pwr_mgt.subproj/
H A DIOPMPowerNotifications.c112 CFStringRef thermal_key = NULL; local
128 thermal_key = createSCKeyForIOKitString(CFSTR(kIOPMThermalLevelWarningKey));
129 if (!thermal_key) {
134 warning_level_num = isA_CFNumber(SCDynamicStoreCopyValue(store, thermal_key));
147 if (thermal_key)
148 CFRelease(thermal_key);

Completed in 124 milliseconds