Home
last modified time | relevance | path

Searched refs:__timespec64 (Results 1 – 25 of 48) sorted by relevance

12

/sysdeps/unix/sysv/linux/
A Dthrd_priv.h27 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 Dthrd_sleep.c25 __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 Dnanosleep.c23 __nanosleep64 (const struct __timespec64 *req, struct __timespec64 *rem) in __nanosleep64()
39 struct __timespec64 treq64, trem64; in libc_hidden_def()
A Dpselect.c23 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 Dtimespec_getres.c23 __timespec_getres64 (struct __timespec64 *ts, int base) in __timespec_getres64()
40 struct __timespec64 tp64; in libc_hidden_def()
A Dfutimens.c32 __futimens64 (int fd, const struct __timespec64 tsp64[2]) in __futimens64()
46 struct __timespec64 tsp64[2]; in __futimens()
A Dtimespec_get.c24 __timespec_get64 (struct __timespec64 *ts, int base) in __timespec_get64()
41 struct __timespec64 tp64; in libc_hidden_def()
A Dmtx_timedlock.c25 const struct __timespec64 *restrict time_point) in __mtx_timedlock64()
41 struct __timespec64 ts64 = valid_timespec_to_timespec64 (*time_point);
A Dppoll.c25 __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 Dcnd_timedwait.c25 const struct __timespec64 *restrict time_point) in __cnd_timedwait64()
42 struct __timespec64 ts64 = valid_timespec_to_timespec64 (*time_point);
A Dutimensat.c29 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 Ddl-vdso-setup.c50 struct __timespec64 *) RELRO;
67 struct __timespec64 *) RELRO;
A Dsched_rr_gi.c26 __sched_rr_get_interval64 (pid_t pid, struct __timespec64 *tp) in __sched_rr_get_interval64()
51 struct __timespec64 tp64; in libc_hidden_def()
A Dclock_gettime.c29 __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 Dclock_nanosleep.c31 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 Dsemtimedop.c25 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 Dclock_settime.c26 __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 Dstruct_stat_time64.h29 # define __struct_timespec struct __timespec64
A Dclock_getres.c29 __clock_getres64 (clockid_t clock_id, struct __timespec64 *res) in __clock_getres64()
66 struct __timespec64 ts64; in libc_hidden_def()
A Dclock.c26 struct __timespec64 ts; in clock()
A Dsigtimedwait.c23 const struct __timespec64 *timeout) in __sigtimedwait64()
73 struct __timespec64 ts64, *pts64 = NULL; in libc_hidden_def()
/sysdeps/nptl/
A Dfutex-internal.h254 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 Delision-timed.c25 #define EXTRAARG clockid_t clockid, const struct __timespec64 *t,
/sysdeps/unix/sysv/linux/s390/
A Delision-timed.c24 #define EXTRAARG clockid_t clockid, const struct __timespec64 *t,
/sysdeps/unix/sysv/linux/x86/
A Delision-timed.c24 #define EXTRAARG clockid_t clockid, const struct __timespec64 *t,

Completed in 16 milliseconds

12