Home
last modified time | relevance | path

Searched refs:pollfd (Results 1 – 7 of 7) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dtst-ppoll.c38 struct pollfd fds = { -1, 0, 0 }; in test_ppoll_timeout()
51 struct pollfd fds = { -1, 0, 0 }; in test_ppoll_large_timeout()
A Dppoll.c25 __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 Dpoll.c26 __poll (struct pollfd *fds, nfds_t nfds, int timeout) in __poll()
A Dtest-errno-linux.c144 struct pollfd pollfd; in do_test() local
184 fails |= test_wrp (EINVAL, poll, &pollfd, -1, 0); in do_test()
/sysdeps/mach/hurd/
A Dppoll.c25 ppoll (struct pollfd *fds, nfds_t nfds, in ppoll()
A Dpoll.c31 __poll (struct pollfd *fds, nfds_t nfds, int timeout) in __poll()
/sysdeps/pthread/
A Dtst-cancel4.c359 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