Searched defs:clock_id (Results 1 – 17 of 17) sorted by relevance
/sysdeps/mach/ |
A D | clock_gettime.c | 27 __clock_gettime (clockid_t clock_id, struct timespec *ts) in __clock_gettime() 115 __clock_gettime64 (clockid_t clock_id, struct __timespec64 *ts64) in __clock_gettime64()
|
A D | clock_nanosleep.c | 67 __clock_nanosleep (clockid_t clock_id, int flags, const struct timespec *req, in __clock_nanosleep()
|
/sysdeps/unix/sysv/linux/ |
A D | clock_getcpuclockid.c | 27 __clock_getcpuclockid (pid_t pid, clockid_t *clock_id) in __clock_getcpuclockid()
|
A D | timer_create.c | 32 ___timer_create (clockid_t clock_id, struct sigevent *evp, timer_t *timerid) in ___timer_create() 151 __timer_create_old (clockid_t clock_id, struct sigevent *evp, int *timerid) in __timer_create_old()
|
A D | clock_settime.c | 26 __clock_settime64 (clockid_t clock_id, const struct __timespec64 *tp) in __clock_settime64()
|
A D | clock_adjtime.c | 27 __clock_adjtime64 (const clockid_t clock_id, struct __timex64 *tx64) in __clock_adjtime64()
|
A D | clock_getres.c | 29 __clock_getres64 (clockid_t clock_id, struct __timespec64 *res) in __clock_getres64()
|
A D | clock_gettime.c | 29 __clock_gettime64 (clockid_t clock_id, struct __timespec64 *tp) in __clock_gettime64()
|
A D | clock_nanosleep.c | 30 __clock_nanosleep_time64 (clockid_t clock_id, int flags, in __clock_nanosleep_time64()
|
/sysdeps/mach/hurd/ |
A D | clock_settime.c | 27 __clock_settime (clockid_t clock_id, const struct timespec *ts) in __clock_settime()
|
/sysdeps/posix/ |
A D | clock_getres.c | 48 __clock_getres (clockid_t clock_id, struct timespec *res) in __clock_getres()
|
/sysdeps/mach/htl/ |
A D | pt-timedblock.c | 36 const struct timespec *abstime, clockid_t clock_id) in __pthread_timedblock()
|
/sysdeps/mach/hurd/htl/ |
A D | pt-hurd-cond-timedwait.c | 50 clockid_t clock_id = __pthread_default_condattr.__clock; in __pthread_hurd_cond_timedwait_internal() local
|
/sysdeps/htl/ |
A D | sem-timedwait.c | 48 clockid_t clock_id, in __sem_timedwait_internal()
|
A D | pt-cond-timedwait.c | 89 clockid_t clock_id; in __pthread_cond_timedwait_internal() local
|
A D | timer_routines.c | 142 thread_init (struct thread_node *thread, const pthread_attr_t *attr, clockid_t clock_id) in thread_init() 222 __timer_thread_alloc (const pthread_attr_t *desired_attr, clockid_t clock_id) in __timer_thread_alloc()
|
/sysdeps/pthread/ |
A D | posix-timer.h | 39 clockid_t clock_id; member
|
Completed in 14 milliseconds