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

/vbox/src/VBox/VMM/include/
H A DTMInternal.h448 uint64_t u64VirtualSyncCatchUpGiveUpThreshold; member in struct:TM
/vbox/src/VBox/VMM/VMMR3/
H A DTM.cpp482 rc = CFGMR3QueryU64(pCfgHandle, "CatchUpGiveUpThreshold", &pVM->tm.s.u64VirtualSyncCatchUpGiveUpThreshold);
484 pVM->tm.s.u64VirtualSyncCatchUpGiveUpThreshold = UINT64_C(60000000000); /* 60 sec */
504 || u64 >= pVM->tm.s.u64VirtualSyncCatchUpGiveUpThreshold) \
2403 else if (offLag <= pVM->tm.s.u64VirtualSyncCatchUpGiveUpThreshold)
2431 if (offLag <= pVM->tm.s.u64VirtualSyncCatchUpGiveUpThreshold)
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h1061 GEN_CHECK_OFF(TM, u64VirtualSyncCatchUpGiveUpThreshold);

Completed in 2543 milliseconds