Searched refs:clock_gettime (Results 1 – 7 of 7) sorted by relevance
25 clock_gettime(CLOCK_REALTIME, &tp); in now()
205 int clock_gettime (clockid_t clockid, struct timespec *tp);
87 bool "Enable clock/time APIs, clock_gettime()/clock_settime() etc"
291 ret = clock_gettime(tfd->clockid, cur_time); in get_current_time()295 ret = clock_gettime(CLOCK_MONOTONIC, cur_time); in get_current_time()
628 int clock_gettime(clockid_t clockid, struct timespec *tp) in clock_gettime() function661 RTM_EXPORT(clock_gettime);771 clock_gettime(CLOCK_REALTIME, &tp); in rt_timespec_to_tick()
290 + clock_gettime()
8112 ret = clock_gettime(clk, kts); in sys_clock_gettime()8129 ret = clock_gettime(clk, ts); in sys_clock_gettime()
Completed in 24 milliseconds