Home
last modified time | relevance | path

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

/sysdeps/mach/
A Dclock_gettime.c27 __clock_gettime (clockid_t clock_id, struct timespec *ts) in __clock_gettime() function
104 libc_hidden_def (__clock_gettime)
106 versioned_symbol (libc, __clock_gettime, clock_gettime, GLIBC_2_17);
110 strong_alias (__clock_gettime, __clock_gettime_2);
120 ret = __clock_gettime (clock_id, &ts); in __clock_gettime64()
A Dclock_nanosleep.c41 __clock_gettime (CLOCK_REALTIME, &before); in nanosleep_call()
55 __clock_gettime (CLOCK_REALTIME, &after); in nanosleep_call()
87 if (__clock_gettime (clock_id, &now) != 0) in __clock_nanosleep()
/sysdeps/unix/sysv/linux/
A Dclock_gettime.c92 __clock_gettime (clockid_t clock_id, struct timespec *tp) in libc_hidden_def()
113 libc_hidden_def (__clock_gettime)
115 versioned_symbol (libc, __clock_gettime, clock_gettime, GLIBC_2_17);
119 strong_alias (__clock_gettime, __clock_gettime_2);
/sysdeps/mach/htl/
A Dpt-timedblock.c46 err = __clock_gettime (clock_id, &now); in __pthread_timedblock()
/sysdeps/htl/
A Dtimer_routines.c378 __clock_gettime (timer->clock, &now); in thread_func()

Completed in 18 milliseconds