Searched defs:pSleepSet (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMR0/
H A DGVMMR0.cpp2058 * @param pSleepSet The set of sleepers to wake up.
2061 GVMMR0DECL(int) GVMMR0SchedWakeUpAndPokeCpus(PVM pVM, PCVMCPUSET pSleepSet, PCVMCPUSET pPokeSet) argument
2063 AssertPtrReturn(pSleepSet, VERR_INVALID_POINTER);
2084 if (VMCPUSET_IS_PRESENT(pSleepSet, idCpu))

Completed in 48 milliseconds