Home
last modified time | relevance | path

Searched refs:__clock_gettime (Results 1 – 7 of 7) sorted by relevance

/third_party/ulib/musl/src/time/
A Dclock_gettime.c11 int __clock_gettime(clockid_t clk, struct timespec* ts) { in __clock_gettime() function
38 weak_alias(__clock_gettime, clock_gettime);
A Dtimespec_get.c10 int ret = __clock_gettime(CLOCK_REALTIME, ts); in timespec_get()
A Dtime.c7 __clock_gettime(CLOCK_REALTIME, &ts); in time()
A Dclock.c9 if (__clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &ts)) in clock()
/third_party/ulib/musl/src/temp/
A D__randname.c13 __clock_gettime(CLOCK_REALTIME, &ts); in __randname()
/third_party/ulib/musl/src/internal/
A Dtime_conversion.h24 if (__clock_gettime(clk, &to)) in __timespec_to_deadline()
A Dthreads_impl.h181 int __clock_gettime(clockid_t, struct timespec*) ATTR_LIBC_VISIBILITY;

Completed in 5 milliseconds