Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/unix/sysv/linux/
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()
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);
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);
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,
/glibc-2.36/sysdeps/pthread/
Dmtx_timedlock.c23 const struct timespec *restrict time_point) in mtx_timedlock() argument
26 time_point); in mtx_timedlock()
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()
Dcnd_timedwait.c23 const struct timespec* restrict time_point) in cnd_timedwait() argument
27 time_point); in cnd_timedwait()
/glibc-2.36/manual/
Dthreads.texi124 @deftypefun int thrd_sleep (const struct timespec *@var{time_point}, struct timespec *@var{remainin…
128 least until the elapsed time pointed to by @var{time_point} has been
139 amount of time in @code{time_point}, @math{-1} if it was interrupted
302 …n int mtx_timedlock (mtx_t *restrict @var{mutex}, const struct timespec *restrict @var{time_point})
307 @var{time_point} has been reached. Since this function takes an
427 …restrict @var{cond}, mtx_t *restrict @var{mutex}, const struct timespec *restrict @var{time_point})
434 @var{time_point} has been reached. The mutex is locked again before