Home
last modified time | relevance | path

Searched defs:fds (Results 1 - 25 of 203) sorted by relevance

123456789

/third_party/musl/src/select/
H A Dpoll.c6 int poll(struct pollfd *fds, nfds_t n, int timeout) in poll() argument
H A Dppoll.c10 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 Dunistd_pipe2_test.cpp23 std::vector<int> fds = { -1, -1 }; in HWTEST_F() local
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/
H A Dlinux_epoll_ctl_test.cpp22 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 Dppoll_time32.c6 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 Dfcntl30.c18 static int fds[2]; variable
[all...]
/third_party/ltp/testcases/kernel/syscalls/pipe/
H A Dpipe14.c16 static int fds[2]; variable
[all...]
H A Dpipe01.c14 static int fds[2]; variable
H A Dpipe06.c19 static int fds[2]; variable
H A Dpipe10.c18 static int fds[2]; variable
[all...]
/third_party/ltp/testcases/kernel/syscalls/epoll_wait/
H A Depoll_wait07.c19 static int fds[2]; variable
[all...]
H A Depoll_wait02.c20 static int epfd, fds[2]; variable
H A Depoll_wait04.c20 static int epfd, fds[2]; variable
/third_party/toybox/toys/net/
H A Dmicrocom.c38 struct pollfd fds[2]; in microcom_main() local
/third_party/rust/crates/rustix/tests/net/
H A Dpoll.rs43 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 Dtest_poll.rs22 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 Dtst_safe_macros.c19 int fds[2]; in main() local
/third_party/node/test/wasi/c/
H A Dpoll.c9 struct pollfd fds[4]; in main() local
[all...]
/third_party/libfuse/example/
H A Dpoll_client.c40 int fds[FSEL_FILES]; in main() local
/third_party/ltp/testcases/kernel/syscalls/open/
H A Dopen04.c21 static int *fds; variable
/third_party/ltp/testcases/kernel/syscalls/pipe2/
H A Dpipe2_02.c18 static int fds[2]; variable
/third_party/ltp/testcases/kernel/syscalls/poll/
H A Dpoll02.c16 static int fds[2]; variable
/third_party/ltp/testcases/kernel/syscalls/select/
H A Dselect02.c19 static int fds[2]; variable
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
H A Dfortify_poll_chk_test.cpp25 struct pollfd fds[1]; in HWTEST_F() local
39 struct pollfd fds[1]; in HWTEST_F() local
H A Dfortify_ppoll_chk_test.cpp19 struct pollfd fds[1]; in HWTEST_F() local
36 struct pollfd* fds = nullptr; in HWTEST_F() local

Completed in 8 milliseconds

123456789