Home
last modified time | relevance | path

Searched defs:fds (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/include/
Dpoll.h55 int poll(struct pollfd* fds, nfds_t fd_count, int timeout) { in poll()
71 int ppoll(struct pollfd* fds, nfds_t fd_count, const struct timespec* timeout, const sigset_t* mask… in ppoll()
/bionic/libc/bionic/
D__poll_chk.cpp33 extern "C" int __poll_chk(struct pollfd* fds, nfds_t fd_count, int timeout, size_t fds_size) { in __poll_chk()
40 extern "C" int __ppoll_chk(struct pollfd* fds, nfds_t fd_count, const struct timespec* timeout, con… in __ppoll_chk()
Dpoll.cpp40 int poll(pollfd* fds, nfds_t fd_count, int ms) { in poll()
50 int ppoll(pollfd* fds, nfds_t fd_count, const timespec* ts, const sigset_t* ss) { in ppoll()
/bionic/tests/
Dsys_select_test.cpp29 fd_set fds; in TEST() local
53 int fds[2]; in DelayedWrite() local
Dsys_epoll_test.cpp47 int fds[2]; in TEST() local
Dfortify_compilation_test.cpp219 pollfd fds[1]; in test_poll() local
227 pollfd fds[1]; in test_ppoll() local