Searched refs:TMR3SetWarpDrive (Results 1 - 4 of 4) sorted by relevance

/vbox/include/VBox/vmm/
H A Dtm.h90 VMMR3DECL(int) TMR3SetWarpDrive(PUVM pUVM, uint32_t u32Percent);
/vbox/src/VBox/Main/src-client/
H A DMachineDebuggerImpl.cpp756 int vrc = TMR3SetWarpDrive(ptrVM.rawUVM(), aVirtualTimeRate);
758 hrc = setError(VBOX_E_VM_ERROR, tr("TMR3SetWarpDrive(, %u) failed with rc=%Rrc"), aVirtualTimeRate, vrc);
/vbox/src/VBox/VMM/testcase/
H A DtstAnimate.cpp866 rc = TMR3SetWarpDrive(pUVM, u32WarpDrive);
/vbox/src/VBox/VMM/VMMR3/
H A DTM.cpp2832 VMMDECL(int) TMR3SetWarpDrive(PUVM pUVM, uint32_t u32Percent) function
2839 * EMT worker for TMR3SetWarpDrive.
2843 * @param u32Percent See TMR3SetWarpDrive().

Completed in 59 milliseconds