Searched refs:pts64 (Results 1 – 5 of 5) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | select.c | 56 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 D | sigtimedwait.c | 73 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 D | pselect.c | 81 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 D | semtimedop.c | 76 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 D | recvmmsg.c | 76 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