Searched refs:trem64 (Results 1 – 3 of 3) sorted by relevance
47 struct __timespec64 trem64; in libc_hidden_def() local49 int ret = __thrd_sleep64 (&treq64, remaining != NULL ? &trem64 : NULL); in libc_hidden_def()51 *remaining = valid_timespec64_to_timespec (trem64); in libc_hidden_def()
39 struct __timespec64 treq64, trem64; in libc_hidden_def() local42 int ret = __nanosleep64 (&treq64, rem != NULL ? &trem64 : NULL); in libc_hidden_def()45 *rem = valid_timespec64_to_timespec (trem64); in libc_hidden_def()
82 struct __timespec64 treq64, trem64; in libc_hidden_def() local86 rem != NULL ? &trem64 : NULL); in libc_hidden_def()89 *rem = valid_timespec64_to_timespec (trem64); in libc_hidden_def()