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

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

Completed in 32 milliseconds