Home
last modified time | relevance | path

Searched refs:pts64 (Results 1 – 5 of 5) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dselect.c56 struct __timespec64 ts64, *pts64 = NULL; in __select64() local
61 pts64 = &ts64; in __select64()
70 pts64, NULL); in __select64()
72 TIMESPEC_TO_TIMEVAL (timeout, pts64); in __select64()
79 exceptfds, pts64, NULL); in __select64()
91 if (pts64 != NULL) in __select64()
93 ts32.tv_sec = pts64->tv_sec; in __select64()
94 ts32.tv_nsec = pts64->tv_nsec; in __select64()
105 if (pts64 != NULL) in __select64()
107 tv32 = valid_timespec64_to_timeval (*pts64); in __select64()
A Dsigtimedwait.c73 struct __timespec64 ts64, *pts64 = NULL; in libc_hidden_def() local
77 pts64 = &ts64; in libc_hidden_def()
79 return __sigtimedwait64 (set, info, pts64); in libc_hidden_def()
A Dpselect.c81 struct __timespec64 ts64, *pts64 = NULL; in libc_hidden_def() local
85 pts64 = &ts64; in libc_hidden_def()
87 return __pselect64 (nfds, readfds, writefds, exceptfds, pts64, sigmask); in libc_hidden_def()
A Dsemtimedop.c76 struct __timespec64 ts64, *pts64 = NULL; in libc_hidden_def() local
80 pts64 = &ts64; in libc_hidden_def()
82 return __semtimedop64 (semid, sops, nsops, pts64); in libc_hidden_def()
A Drecvmmsg.c76 struct __timespec64 ts64, *pts64 = NULL; in libc_hidden_def() local
80 pts64 = &ts64; in libc_hidden_def()
82 int r = __recvmmsg64 (fd, vmessages, vlen, flags, pts64); in libc_hidden_def()

Completed in 5 milliseconds