Searched defs:fds (Results 1 – 9 of 9) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | tst-ppoll.c | 38 struct pollfd fds = { -1, 0, 0 }; in test_ppoll_timeout() local 51 struct pollfd fds = { -1, 0, 0 }; in test_ppoll_large_timeout() local
|
A D | poll.c | 26 __poll (struct pollfd *fds, nfds_t nfds, int timeout) in __poll()
|
A D | ppoll.c | 25 __ppoll64 (struct pollfd *fds, nfds_t nfds, const struct __timespec64 *timeout, in __ppoll64()
|
/sysdeps/mach/hurd/ |
A D | ppoll.c | 25 ppoll (struct pollfd *fds, nfds_t nfds, in ppoll()
|
A D | poll.c | 31 __poll (struct pollfd *fds, nfds_t nfds, int timeout) in __poll()
|
A D | sendmsg.c | 39 int *fds, nfds; in __libc_sendmsg() local
|
A D | recvmsg.c | 193 int *fds = (int *) CMSG_DATA (cmsg); in __libc_recvmsg() local
|
/sysdeps/pthread/ |
A D | tst-fini1mod.c | 27 int fds[2]; in tf() local
|
A D | tst-cancel4-common.h | 27 static int fds[2]; variable
|
Completed in 11 milliseconds