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

/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dtime-r0drv-darwin.cpp89 uint32_t uSecs; local
92 clock_sec_t uSecs;
95 clock_get_calendar_nanotime(&uSecs, &uNanosecs);
96 return RTTimeSpecSetNano(pTime, (uint64_t)uSecs * RT_NS_1SEC + uNanosecs);

Completed in 1970 milliseconds