Searched refs:__clock_gettime (Results 1 – 7 of 7) sorted by relevance
11 int __clock_gettime(clockid_t clk, struct timespec* ts) { in __clock_gettime() function38 weak_alias(__clock_gettime, clock_gettime);
10 int ret = __clock_gettime(CLOCK_REALTIME, ts); in timespec_get()
7 __clock_gettime(CLOCK_REALTIME, &ts); in time()
9 if (__clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &ts)) in clock()
13 __clock_gettime(CLOCK_REALTIME, &ts); in __randname()
24 if (__clock_gettime(clk, &to)) in __timespec_to_deadline()
181 int __clock_gettime(clockid_t, struct timespec*) ATTR_LIBC_VISIBILITY;
Completed in 5 milliseconds