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

/vbox/src/VBox/VMM/VMMR3/
H A DVMEmt.cpp373 uint64_t const u64StartSchedHalt = RTTimeNanoTS(); local
375 uint64_t const cNsElapsedSchedHalt = RTTimeNanoTS() - u64StartSchedHalt;
381 uint64_t const u64StartSchedHalt = RTTimeNanoTS(); local
383 uint64_t const cNsElapsedSchedHalt = RTTimeNanoTS() - u64StartSchedHalt;
573 uint64_t const u64StartSchedHalt = RTTimeNanoTS(); local
575 uint64_t const cNsElapsedSchedHalt = RTTimeNanoTS() - u64StartSchedHalt;
713 uint64_t const u64StartSchedHalt = RTTimeNanoTS(); local
716 uint64_t const cNsElapsedSchedHalt = u64EndSchedHalt - u64StartSchedHalt;

Completed in 45 milliseconds