Searched refs:tp64 (Results 1 – 4 of 4) sorted by relevance
41 struct __timespec64 tp64; in libc_hidden_def() local43 ret = __timespec_get64 (&tp64, base); in libc_hidden_def()47 if (! in_time_t_range (tp64.tv_sec)) in libc_hidden_def()53 *ts = valid_timespec64_to_timespec (tp64); in libc_hidden_def()
51 struct __timespec64 tp64; in libc_hidden_def() local53 ret = __sched_rr_get_interval64 (pid, &tp64); in libc_hidden_def()57 if (! in_time_t_range (tp64.tv_sec)) in libc_hidden_def()63 *tp = valid_timespec64_to_timespec (tp64); in libc_hidden_def()
95 struct __timespec64 tp64; in libc_hidden_def() local97 ret = __clock_gettime64 (clock_id, &tp64); in libc_hidden_def()101 if (! in_time_t_range (tp64.tv_sec)) in libc_hidden_def()107 *tp = valid_timespec64_to_timespec (tp64); in libc_hidden_def()
40 struct __timespec64 tp64; in libc_hidden_def() local42 ret = __timespec_getres64 (&tp64, base); in libc_hidden_def()45 *ts = valid_timespec64_to_timespec (tp64); in libc_hidden_def()