/sysdeps/unix/sysv/linux/ |
A D | thrd_priv.h | 27 const struct __timespec64 *restrict time_point); 30 const struct __timespec64 *restrict time_point); 32 extern int __thrd_sleep64 (const struct __timespec64 *time_point, 33 struct __timespec64 *remaining);
|
A D | thrd_sleep.c | 25 __thrd_sleep64 (const struct __timespec64 *time_point, in __thrd_sleep64() 26 struct __timespec64 *remaining) in __thrd_sleep64() 46 const struct __timespec64 treq64 = valid_timespec_to_timespec64 (*time_point); in libc_hidden_def() 47 struct __timespec64 trem64; in libc_hidden_def()
|
A D | nanosleep.c | 23 __nanosleep64 (const struct __timespec64 *req, struct __timespec64 *rem) in __nanosleep64() 39 struct __timespec64 treq64, trem64; in libc_hidden_def()
|
A D | pselect.c | 23 fd_set *exceptfds, const struct __timespec64 *timeout, in pselect64_syscall() 40 const struct __timespec64 *timeout, const sigset_t *sigmask) in __pselect64() 44 struct __timespec64 tval; in __pselect64() 81 struct __timespec64 ts64, *pts64 = NULL; in libc_hidden_def()
|
A D | timespec_getres.c | 23 __timespec_getres64 (struct __timespec64 *ts, int base) in __timespec_getres64() 40 struct __timespec64 tp64; in libc_hidden_def()
|
A D | futimens.c | 32 __futimens64 (int fd, const struct __timespec64 tsp64[2]) in __futimens64() 46 struct __timespec64 tsp64[2]; in __futimens()
|
A D | timespec_get.c | 24 __timespec_get64 (struct __timespec64 *ts, int base) in __timespec_get64() 41 struct __timespec64 tp64; in libc_hidden_def()
|
A D | mtx_timedlock.c | 25 const struct __timespec64 *restrict time_point) in __mtx_timedlock64() 41 struct __timespec64 ts64 = valid_timespec_to_timespec64 (*time_point);
|
A D | ppoll.c | 25 __ppoll64 (struct pollfd *fds, nfds_t nfds, const struct __timespec64 *timeout, in __ppoll64() 30 struct __timespec64 tval; in __ppoll64() 73 struct __timespec64 ts64; in libc_hidden_def()
|
A D | cnd_timedwait.c | 25 const struct __timespec64 *restrict time_point) in __cnd_timedwait64() 42 struct __timespec64 ts64 = valid_timespec_to_timespec64 (*time_point);
|
A D | utimensat.c | 29 const struct __timespec64 tsp64[2], int flags) in __utimensat64_helper() 75 __utimensat64 (int fd, const char *file, const struct __timespec64 tsp64[2], in libc_hidden_def() 91 struct __timespec64 tsp64[2]; in libc_hidden_def()
|
A D | dl-vdso-setup.c | 50 struct __timespec64 *) RELRO; 67 struct __timespec64 *) RELRO;
|
A D | sched_rr_gi.c | 26 __sched_rr_get_interval64 (pid_t pid, struct __timespec64 *tp) in __sched_rr_get_interval64() 51 struct __timespec64 tp64; in libc_hidden_def()
|
A D | clock_gettime.c | 29 __clock_gettime64 (clockid_t clock_id, struct __timespec64 *tp) in __clock_gettime64() 38 int (*vdso_time64) (clockid_t clock_id, struct __timespec64 *tp) in __clock_gettime64() 95 struct __timespec64 tp64; in libc_hidden_def()
|
A D | clock_nanosleep.c | 31 const struct __timespec64 *req, in __clock_nanosleep_time64() 32 struct __timespec64 *rem) in __clock_nanosleep_time64() 82 struct __timespec64 treq64, trem64; in libc_hidden_def()
|
A D | semtimedop.c | 25 const struct __timespec64 *timeout) in semtimedop_syscall() 40 const struct __timespec64 *timeout) in __semtimedop64() 76 struct __timespec64 ts64, *pts64 = NULL; in libc_hidden_def()
|
A D | clock_settime.c | 26 __clock_settime64 (clockid_t clock_id, const struct __timespec64 *tp) in __clock_settime64() 63 struct __timespec64 ts64 = valid_timespec_to_timespec64 (*tp); in libc_hidden_def()
|
A D | struct_stat_time64.h | 29 # define __struct_timespec struct __timespec64
|
A D | clock_getres.c | 29 __clock_getres64 (clockid_t clock_id, struct __timespec64 *res) in __clock_getres64() 66 struct __timespec64 ts64; in libc_hidden_def()
|
A D | clock.c | 26 struct __timespec64 ts; in clock()
|
A D | sigtimedwait.c | 23 const struct __timespec64 *timeout) in __sigtimedwait64() 73 struct __timespec64 ts64, *pts64 = NULL; in libc_hidden_def()
|
/sysdeps/nptl/ |
A D | futex-internal.h | 254 const struct __timespec64 *abstime, int private); 304 const struct __timespec64* abstime, 311 const struct __timespec64* abstime, 318 const struct __timespec64 *abstime, int private) in __futex_clocklock64()
|
/sysdeps/unix/sysv/linux/powerpc/ |
A D | elision-timed.c | 25 #define EXTRAARG clockid_t clockid, const struct __timespec64 *t,
|
/sysdeps/unix/sysv/linux/s390/ |
A D | elision-timed.c | 24 #define EXTRAARG clockid_t clockid, const struct __timespec64 *t,
|
/sysdeps/unix/sysv/linux/x86/ |
A D | elision-timed.c | 24 #define EXTRAARG clockid_t clockid, const struct __timespec64 *t,
|