Searched defs:fds (Results  1 – 16 of 16) sorted by relevance
| /bionic/libc/bionic/ | 
| D | poll.cpp | 41 int poll(pollfd* fds, nfds_t fd_count, int ms) {  in poll()51 int ppoll(pollfd* fds, nfds_t fd_count, const timespec* ts, const sigset_t* ss) {  in ppoll()
 63 int ppoll64(pollfd* fds, nfds_t fd_count, const timespec* ts, const sigset64_t* ss) {  in ppoll64()
 
 | 
| D | fortify.cpp | 158 int __poll_chk(pollfd* fds, nfds_t fd_count, int timeout, size_t fds_size) {  in __poll_chk()163 int __ppoll_chk(pollfd* fds, nfds_t fd_count, const timespec* timeout,  in __ppoll_chk()
 169 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()  local53   int fds[2];  in DelayedWrite()  local
 
 | 
| D | sys_epoll_test.cpp | 60   int fds[2];  in TEST()  local
 | 
| D | spawn_test.cpp | 236   int fds[2];  in TEST()  local290   int fds[2];  in CatFileToString()  local
 532   int fds[2];  in TEST()  local
 
 | 
| D | fdtrack_test.cpp | 192 void SetFdResult(std::vector<int>* output, std::vector<int> fds) {  in SetFdResult()
 | 
| D | utils.h | 226     int fds[2];  in Run()  local
 | 
| D | ifaddrs_test.cpp | 293   std::vector<int> fds;  in TEST()  local
 | 
| D | fdsan_test.cpp | 141   std::unordered_map<int, uint64_t> fds;  in TEST_F()  local
 | 
| D | clang_fortify_tests.cpp | 433     } fds = { { poll_fd, poll_fd }, { poll_fd } };  in FORTIFY_TEST()  local
 | 
| /bionic/libc/include/bits/fortify/ | 
| D | poll.h | 38 #define __bos_fd_count_trivially_safe(bos_val, fds, fd_count)              \  argument
 | 
| /bionic/benchmarks/tests/ | 
| D | interface_test.cpp | 79   int fds[2];  in Exec()  local
 | 
| /bionic/libc/dns/resolv/ | 
| D | res_send.c | 1028 	struct pollfd fds = { .fd = sock, .events = events };  in retrying_poll()  local
 | 
| /bionic/libc/malloc_debug/tests/ | 
| D | malloc_debug_system_tests.cpp | 252     int fds[2];  in InternalExec()  local
 | 
| /bionic/libc/stdio/ | 
| D | stdio.cpp | 1184   int fds[2];  in popen()  local
 | 
| /bionic/libc/kernel/uapi/linux/ | 
| D | io_uring.h | 311   __aligned_u64 fds;  member
 |