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

/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibCpuHotPlug.cpp82 * @param pidCpuCore Where to store the CPU core ID on success.
85 VBGLR3DECL(int) VbglR3CpuHotPlugWaitForEvent(VMMDevCpuEventType *penmEventType, uint32_t *pidCpuCore, uint32_t *pidCpuPackage) argument
88 AssertPtrReturn(pidCpuCore, VERR_INVALID_POINTER);
113 *pidCpuCore = Req.idCpuCore;

Completed in 101 milliseconds