Home
last modified time | relevance | path

Searched refs:tp64 (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/
Dtimespec_get.c41 struct __timespec64 tp64; in libc_hidden_def() local
43 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()
Dsched_rr_gi.c51 struct __timespec64 tp64; in libc_hidden_def() local
53 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()
Dclock_gettime.c95 struct __timespec64 tp64; in libc_hidden_def() local
97 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()
Dtimespec_getres.c40 struct __timespec64 tp64; in libc_hidden_def() local
42 ret = __timespec_getres64 (&tp64, base); in libc_hidden_def()
45 *ts = valid_timespec64_to_timespec (tp64); in libc_hidden_def()