Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/unix/sysv/linux/
Dthrd_sleep.c47 struct __timespec64 trem64; in libc_hidden_def() local
49 int ret = __thrd_sleep64 (&treq64, remaining != NULL ? &trem64 : NULL); in libc_hidden_def()
51 *remaining = valid_timespec64_to_timespec (trem64); in libc_hidden_def()
Dnanosleep.c39 struct __timespec64 treq64, trem64; in libc_hidden_def() local
42 int ret = __nanosleep64 (&treq64, rem != NULL ? &trem64 : NULL); in libc_hidden_def()
45 *rem = valid_timespec64_to_timespec (trem64); in libc_hidden_def()
Dclock_nanosleep.c82 struct __timespec64 treq64, trem64; in libc_hidden_def() local
86 rem != NULL ? &trem64 : NULL); in libc_hidden_def()
89 *rem = valid_timespec64_to_timespec (trem64); in libc_hidden_def()