Searched refs:u64VirtualSyncCatchUpStopThreshold (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DTMInternal.h446 uint64_t u64VirtualSyncCatchUpStopThreshold; member in struct:TM
/vbox/src/VBox/VMM/VMMR3/
H A DTM.cpp473 rc = CFGMR3QueryU64(pCfgHandle, "CatchUpStopThreshold", &pVM->tm.s.u64VirtualSyncCatchUpStopThreshold);
475 pVM->tm.s.u64VirtualSyncCatchUpStopThreshold = 500000; /* 0.5ms */
2396 if (offLag <= pVM->tm.s.u64VirtualSyncCatchUpStopThreshold)
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h1060 GEN_CHECK_OFF(TM, u64VirtualSyncCatchUpStopThreshold);

Completed in 1764 milliseconds