Searched defs:fds (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/include/ |
D | poll.h | 99 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/ |
D | sys_select_test.cpp | 29 fd_set fds; in TEST() local 53 int fds[2]; in DelayedWrite() local
|
D | sys_epoll_test.cpp | 53 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
|
D | utils.h | 170 int fds[2]; in Run() local
|
D | ifaddrs_test.cpp | 293 std::vector<int> fds; in TEST() local
|
/bionic/libc/bionic/ |
D | poll.cpp | 40 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()
|
D | fortify.cpp | 167 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()
|