PopEnableExecutionRequiredPowerRequests

VOID __stdcall PopEnableExecutionRequiredPowerRequests(UINT8 Enable){
  void **i; 
  UINT64 v3; 

  for( i = (void **)*(&stru_140C23628 + 757); i != (void **)((char *)&stru_140C23628 + 6056); i = (void **)*i )
  {
    if( PopPowerRequestIsExecutionRequiredCapable((INT64)i) )
    {
      if( PopPowerRequestIsExecutionRequiredStatusHeld((INT64)i) )
        PopUpdatePowerRequestProcessWakeCounter(v3, Enable);
    }
  }
}

Referenced by:

PopHandleExecutionRequiredEnablementUpdate