PopEsExitSleep

_MX_ALLOCATION_DESCRIPTOR *__stdcall PopEsExitSleep(UINT64 PreferredNode){
  _MX_ALLOCATION_DESCRIPTOR *result; 

  PopAcquireRwLockExclusive(&PopEsLock);
  PopEsStartTelemetry();
  PopReleaseRwLock(&PopEsLock);
  return result;
}

Referenced by:

PopTransitionSystemPowerStateEx