Searched defs:fds (Results 1 – 13 of 13) sorted by relevance
| /bionic/libc/bionic/ |
| 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() 62 int ppoll64(pollfd* fds, nfds_t fd_count, const timespec* ts, const sigset64_t* ss) { in ppoll64()
|
| D | fortify.cpp | 161 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/ |
| D | sys_select_test.cpp | 29 fd_set fds; in TEST() local 53 int fds[2]; in DelayedWrite() local
|
| D | fortify_filecheck_diagnostics_test.cpp | 214 pollfd fds[1]; in test_poll() local 220 pollfd fds[1]; in test_ppoll() local 227 pollfd fds[1]; in test_ppoll64() local
|
| D | sys_epoll_test.cpp | 60 int fds[2]; in TEST() local
|
| D | utils.h | 218 int fds[2]; in Run() local
|
| D | spawn_test.cpp | 231 int fds[2]; in TEST() local 267 int fds[2]; in CatFileToString() local
|
| D | fdsan_test.cpp | 130 std::unordered_map<int, uint64_t> fds; in TEST_F() local
|
| D | ifaddrs_test.cpp | 293 std::vector<int> fds; in TEST() local
|
| /bionic/benchmarks/tests/ |
| D | interface_test.cpp | 79 int fds[2]; in Exec() local
|
| /bionic/libc/malloc_debug/tests/ |
| D | malloc_debug_system_tests.cpp | 54 int fds[2]; in Exec() local
|
| /bionic/libc/dns/resolv/ |
| D | res_send.c | 1029 struct pollfd fds = { .fd = sock, .events = events }; in retrying_poll() local
|
| /bionic/libc/stdio/ |
| D | stdio.cpp | 1189 int fds[2]; in popen() local
|