PopThermalCsExit
VOID __stdcall PopThermalCsExit(){
PopAcquireRwLockExclusive(&PopSystemThermalInfo);
PopThermalStandbyEndTracking(1ui64);
LOBYTE(word_140C22C50) = 1;
if( dword_140C22C54 )
{
PopThermalStandbyNotify(1u);
word_140C22C50 = 256;
}
else if( HIBYTE(word_140C22C50) )
{
PopThermalStandbyNotify(0);
HIBYTE(word_140C22C50) = 0;
}
PopReleaseRwLock((UINT64)&PopSystemThermalInfo);
PopQueueWorkItem((INT64)&qword_140C22D08, DelayedWorkQueue);
}Referenced by:
PopPowerAggregatorDisplayPoweringOnStateHandler