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

/vbox/src/VBox/VMM/VMMR3/
H A DTM.cpp2373 #define MAX_ELAPSED 30000U /* ns */ macro
2374 if (offSlack > MAX_ELAPSED)
2379 if (u64Elapsed > MAX_ELAPSED)
2380 u64Elapsed = MAX_ELAPSED;
2383 #undef MAX_ELAPSED macro

Completed in 52 milliseconds