Home
last modified time | relevance | path

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

/bionic/libc/include/
Dpoll.h99 int poll(struct pollfd* fds, nfds_t fd_count, int timeout) { in poll()
111 int ppoll(struct pollfd* fds, nfds_t fd_count, const struct timespec* timeout, in ppoll()
/bionic/tests/
Dsys_select_test.cpp29 fd_set fds; in TEST() local
53 int fds[2]; in DelayedWrite() local
Dsys_epoll_test.cpp53 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
Dutils.h170 int fds[2]; in Run() local
Difaddrs_test.cpp293 std::vector<int> fds; in TEST() local
/bionic/libc/bionic/
Dpoll.cpp40 int poll(pollfd* fds, nfds_t fd_count, int ms) __overloadable { in poll()
50 int ppoll(pollfd* fds, nfds_t fd_count, const timespec* ts, const sigset_t* ss) __overloadable { in ppoll()
Dfortify.cpp167 int __poll_chk(pollfd* fds, nfds_t fd_count, int timeout, size_t fds_size) { in __poll_chk()
172 int __ppoll_chk(pollfd* fds, nfds_t fd_count, const timespec* timeout, in __ppoll_chk()