Searched defs:fds (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/include/ |
D | poll.h | 55 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.cpp | 33 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()
|
D | poll.cpp | 40 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/ |
D | sys_select_test.cpp | 29 fd_set fds; in TEST() local 53 int fds[2]; in DelayedWrite() local
|
D | sys_epoll_test.cpp | 47 int fds[2]; in TEST() local
|
D | fortify_compilation_test.cpp | 219 pollfd fds[1]; in test_poll() local 227 pollfd fds[1]; in test_ppoll() local
|