Searched refs:treq64 (Results 1 – 3 of 3) sorted by relevance
39 struct __timespec64 treq64, trem64; in libc_hidden_def() local41 treq64 = valid_timespec_to_timespec64 (*req); in libc_hidden_def()42 int ret = __nanosleep64 (&treq64, rem != NULL ? &trem64 : NULL); in libc_hidden_def()
82 struct __timespec64 treq64, trem64; in libc_hidden_def() local84 treq64 = valid_timespec_to_timespec64 (*req); in libc_hidden_def()85 r = __clock_nanosleep_time64 (clock_id, flags, &treq64, in libc_hidden_def()
46 const struct __timespec64 treq64 = valid_timespec_to_timespec64 (*time_point); in libc_hidden_def() local49 int ret = __thrd_sleep64 (&treq64, remaining != NULL ? &trem64 : NULL); in libc_hidden_def()