Home
last modified time | relevance | path

Searched refs:treq64 (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/
Dnanosleep.c39 struct __timespec64 treq64, trem64; in libc_hidden_def() local
41 treq64 = valid_timespec_to_timespec64 (*req); in libc_hidden_def()
42 int ret = __nanosleep64 (&treq64, rem != NULL ? &trem64 : NULL); in libc_hidden_def()
Dclock_nanosleep.c82 struct __timespec64 treq64, trem64; in libc_hidden_def() local
84 treq64 = valid_timespec_to_timespec64 (*req); in libc_hidden_def()
85 r = __clock_nanosleep_time64 (clock_id, flags, &treq64, in libc_hidden_def()
Dthrd_sleep.c46 const struct __timespec64 treq64 = valid_timespec_to_timespec64 (*time_point); in libc_hidden_def() local
49 int ret = __thrd_sleep64 (&treq64, remaining != NULL ? &trem64 : NULL); in libc_hidden_def()