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

/vbox/src/VBox/Runtime/r3/linux/
H A Dtime-linux.cpp46 DECLINLINE(int) sys_clock_gettime(clockid_t id, struct timespec *ts) function
74 return sys_clock_gettime(CLOCK_MONOTONIC, ts);
96 rc = sys_clock_gettime(CLOCK_MONOTONIC, ts);

Completed in 54 milliseconds