Searched refs:__clock_gettime (Results 1 – 5 of 5) sorted by relevance
/sysdeps/mach/ |
A D | clock_gettime.c | 27 __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 D | clock_nanosleep.c | 41 __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 D | clock_gettime.c | 92 __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 D | pt-timedblock.c | 46 err = __clock_gettime (clock_id, &now); in __pthread_timedblock()
|
/sysdeps/htl/ |
A D | timer_routines.c | 378 __clock_gettime (timer->clock, &now); in thread_func()
|
Completed in 18 milliseconds