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

/vbox/src/VBox/Devices/USB/
H A DDevOHCI.cpp3868 uint64_t tsNanoStart = 0; local
3889 tsNanoStart = RTTimeNanoTS();
3910 RTMSINTERVAL msWait = (RTMSINTERVAL)(((RTTimeNanoTS() + pThis->nsWait) - tsNanoStart) / 1000000);

Completed in 518 milliseconds