PopStatsMarkPowerRequestActive
VOID __fastcall PopStatsMarkPowerRequestActive(INT64 a1){
INT64 v2;
INT64 StopWatchByRequestType;
PopAcquireRwLockExclusive(&PowerReqestStatsLock);
v2 = *(_QWORD *)(a1 + 144);
if( v2 )
{
StopWatchByRequestType = PopGetStopWatchByRequestType(v2, 3i64);
if( StopWatchByRequestType )
PoStartStopWatch(StopWatchByRequestType);
}
PopLogPowerRequestAction((INT8 *)"PowerRequest Set", a1);
PopReleaseRwLock((UINT64)&PowerReqestStatsLock);
}Referenced by:
PopUpdatePowerRequestProcessWakeCounter