Searched refs:pollfd (Results 1 – 7 of 7) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | tst-ppoll.c | 38 struct pollfd fds = { -1, 0, 0 }; in test_ppoll_timeout() 51 struct pollfd fds = { -1, 0, 0 }; in test_ppoll_large_timeout()
|
A D | ppoll.c | 25 __ppoll64 (struct pollfd *fds, nfds_t nfds, const struct __timespec64 *timeout, in __ppoll64() 70 __ppoll (struct pollfd *fds, nfds_t nfds, const struct timespec *timeout, in libc_hidden_def()
|
A D | poll.c | 26 __poll (struct pollfd *fds, nfds_t nfds, int timeout) in __poll()
|
A D | test-errno-linux.c | 144 struct pollfd pollfd; in do_test() local 184 fails |= test_wrp (EINVAL, poll, &pollfd, -1, 0); in do_test()
|
/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()
|
/sysdeps/pthread/ |
A D | tst-cancel4.c | 359 struct pollfd rfs[1] = { [0] = { .fd = fd, .events = POLLIN } }; in tf_poll() 392 struct pollfd rfs[1] = { [0] = { .fd = fd, .events = POLLIN } }; in tf_ppoll()
|
Completed in 7 milliseconds