Searched defs:fd_count (Results 1 – 4 of 4) 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() 68 int select(int fd_count, fd_set* read_fds, fd_set* write_fds, fd_set* error_fds, timeval* tv) { in select() 85 int pselect(int fd_count, fd_set* read_fds, fd_set* write_fds, fd_set* error_fds, in pselect()
|
/bionic/tests/ |
D | fortify_test.cpp | 968 nfds_t fd_count = atoi("2"); // suppress compiler optimizations in TEST_F() local 975 nfds_t fd_count = atoi("2"); // suppress compiler optimizations in TEST_F() local
|