Searched refs:wake_up_event (Results 1 – 4 of 4) sorted by relevance
29 void SchedulerWorker::Delegate::WaitForWork(WaitableEvent* wake_up_event) { in WaitForWork() argument30 DCHECK(wake_up_event); in WaitForWork()35 wake_up_event->Wait(); in WaitForWork()37 wake_up_event->TimedWait(sleep_time); in WaitForWork()
230 void WaitForWork(WaitableEvent* wake_up_event) override { in WaitForWork() argument231 DCHECK(wake_up_event); in WaitForWork()235 const HANDLE wake_up_event_handle = wake_up_event->handle(); in WaitForWork()
99 virtual void WaitForWork(WaitableEvent* wake_up_event);
236 void spm_mcdi_cpu_wake_up_event(int wake_up_event, int disable_dormant_power) in spm_mcdi_cpu_wake_up_event() argument269 mmio_write_32(SPM_SLEEP_CPU_WAKEUP_EVENT, wake_up_event); in spm_mcdi_cpu_wake_up_event()271 while (mmio_read_32(SPM_SLEEP_CPU_WAKEUP_EVENT) != wake_up_event) in spm_mcdi_cpu_wake_up_event()