/third_party/musl/src/select/ |
H A D | poll.c | 6 int poll(struct pollfd *fds, nfds_t n, int timeout) in poll() argument
|
H A D | ppoll.c | 10 int ppoll(struct pollfd *fds, nfds_t n, const struct timespec *to, const sigset_t *mask) in ppoll() argument
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/ |
H A D | unistd_pipe2_test.cpp | 23 std::vector<int> fds = { -1, -1 }; in HWTEST_F() local
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/ |
H A D | linux_epoll_ctl_test.cpp | 22 int fds[2]; in HWTEST_F() local 38 int fds[2]; in HWTEST_F() local 54 int fds[2]; in HWTEST_F() local
|
/third_party/musl/compat/time32/ |
H A D | ppoll_time32.c | 6 int __ppoll_time32(struct pollfd *fds, nfds_t n, const struct timespec32 *ts32, const sigset_t *mask) in __ppoll_time32() argument
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl30.c | 18 static int fds[2]; variable [all...] |
/third_party/ltp/testcases/kernel/syscalls/pipe/ |
H A D | pipe14.c | 16 static int fds[2]; variable [all...] |
H A D | pipe01.c | 14 static int fds[2]; variable
|
H A D | pipe06.c | 19 static int fds[2]; variable
|
H A D | pipe10.c | 18 static int fds[2]; variable [all...] |
/third_party/ltp/testcases/kernel/syscalls/epoll_wait/ |
H A D | epoll_wait07.c | 19 static int fds[2]; variable [all...] |
H A D | epoll_wait02.c | 20 static int epfd, fds[2]; variable
|
H A D | epoll_wait04.c | 20 static int epfd, fds[2]; variable
|
/third_party/toybox/toys/net/ |
H A D | microcom.c | 38 struct pollfd fds[2]; in microcom_main() local
|
/third_party/rust/crates/rustix/tests/net/ |
H A D | poll.rs | 43 let mut fds = [PollFd::new(&data_socket, PollFlags::IN)]; in server() variables 53 let mut fds = [PollFd::new(&data_socket, PollFlags::OUT)]; in server() variables 82 let mut fds = [PollFd::new(&data_socket, PollFlags::OUT)]; in client() variables 89 let mut fds = [PollFd::new(&data_socket, PollFlags::IN)]; client() variables [all...] |
/third_party/rust/crates/nix/test/ |
H A D | test_poll.rs | 22 let mut fds = [PollFd::new(r, PollFlags::POLLIN)]; in test_poll() variables 54 let mut fds = [PollFd::new(r, PollFlags::POLLIN)]; in test_ppoll() variables [all...] |
/third_party/ltp/lib/tests/ |
H A D | tst_safe_macros.c | 19 int fds[2]; in main() local
|
/third_party/node/test/wasi/c/ |
H A D | poll.c | 9 struct pollfd fds[4]; in main() local [all...] |
/third_party/libfuse/example/ |
H A D | poll_client.c | 40 int fds[FSEL_FILES]; in main() local
|
/third_party/ltp/testcases/kernel/syscalls/open/ |
H A D | open04.c | 21 static int *fds; variable
|
/third_party/ltp/testcases/kernel/syscalls/pipe2/ |
H A D | pipe2_02.c | 18 static int fds[2]; variable
|
/third_party/ltp/testcases/kernel/syscalls/poll/ |
H A D | poll02.c | 16 static int fds[2]; variable
|
/third_party/ltp/testcases/kernel/syscalls/select/ |
H A D | select02.c | 19 static int fds[2]; variable
|
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
H A D | fortify_poll_chk_test.cpp | 25 struct pollfd fds[1]; in HWTEST_F() local 39 struct pollfd fds[1]; in HWTEST_F() local
|
H A D | fortify_ppoll_chk_test.cpp | 19 struct pollfd fds[1]; in HWTEST_F() local 36 struct pollfd* fds = nullptr; in HWTEST_F() local
|