Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/
A Dthrd_sleep.c25 __thrd_sleep64 (const struct __timespec64 *time_point, in __thrd_sleep64() argument
28 int ret = __clock_nanosleep_time64 (CLOCK_REALTIME, 0, time_point, in __thrd_sleep64()
44 __thrd_sleep (const struct timespec *time_point, struct timespec *remaining) in libc_hidden_def()
46 const struct __timespec64 treq64 = valid_timespec_to_timespec64 (*time_point); in libc_hidden_def()
A Dmtx_timedlock.c25 const struct __timespec64 *restrict time_point) in __mtx_timedlock64() argument
28 time_point); in __mtx_timedlock64()
39 const struct timespec *restrict time_point)
41 struct __timespec64 ts64 = valid_timespec_to_timespec64 (*time_point);
A Dcnd_timedwait.c25 const struct __timespec64 *restrict time_point) in __cnd_timedwait64() argument
29 time_point); in __cnd_timedwait64()
40 const struct timespec *restrict time_point)
42 struct __timespec64 ts64 = valid_timespec_to_timespec64 (*time_point);
A Dthrd_priv.h27 const struct __timespec64 *restrict time_point);
30 const struct __timespec64 *restrict time_point);
32 extern int __thrd_sleep64 (const struct __timespec64 *time_point,
/sysdeps/pthread/
A Dmtx_timedlock.c23 const struct timespec *restrict time_point) in mtx_timedlock() argument
26 time_point); in mtx_timedlock()
A Dthrd_sleep.c25 thrd_sleep (const struct timespec* time_point, struct timespec* remaining) in thrd_sleep() argument
27 int ret = __clock_nanosleep (CLOCK_REALTIME, 0, time_point, remaining); in thrd_sleep()
A Dcnd_timedwait.c23 const struct timespec* restrict time_point) in cnd_timedwait() argument
27 time_point); in cnd_timedwait()

Completed in 6 milliseconds