Home
last modified time | relevance | path

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

/bionic/libc/bionic/
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()
62 int ppoll64(pollfd* fds, nfds_t fd_count, const timespec* ts, const sigset64_t* ss) { in ppoll64()
Dfortify.cpp161 int __poll_chk(pollfd* fds, nfds_t fd_count, int timeout, size_t fds_size) { in __poll_chk()
166 int __ppoll_chk(pollfd* fds, nfds_t fd_count, const timespec* timeout, in __ppoll_chk()
172 int __ppoll64_chk(pollfd* fds, nfds_t fd_count, const timespec* timeout, in __ppoll64_chk()
/bionic/tests/
Dsys_select_test.cpp29 fd_set fds; in TEST() local
53 int fds[2]; in DelayedWrite() local
Dfortify_filecheck_diagnostics_test.cpp214 pollfd fds[1]; in test_poll() local
220 pollfd fds[1]; in test_ppoll() local
227 pollfd fds[1]; in test_ppoll64() local
Dsys_epoll_test.cpp60 int fds[2]; in TEST() local
Dutils.h218 int fds[2]; in Run() local
Dspawn_test.cpp231 int fds[2]; in TEST() local
267 int fds[2]; in CatFileToString() local
Dfdsan_test.cpp130 std::unordered_map<int, uint64_t> fds; in TEST_F() local
Difaddrs_test.cpp293 std::vector<int> fds; in TEST() local
/bionic/benchmarks/tests/
Dinterface_test.cpp79 int fds[2]; in Exec() local
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp54 int fds[2]; in Exec() local
/bionic/libc/dns/resolv/
Dres_send.c1029 struct pollfd fds = { .fd = sock, .events = events }; in retrying_poll() local
/bionic/libc/stdio/
Dstdio.cpp1189 int fds[2]; in popen() local