Home
last modified time | relevance | path

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

12345678910>>...14

/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...]
/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...]
/kernel/linux/linux-5.10/arch/um/drivers/
H A Dubd_user.c30 int pid, fds[2], err; in start_io_thread() local
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/
H A Dlib.h20 int fds[2]; member
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dubd_user.c30 int pid, fds[2], err; in start_io_thread() local
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/
H A Dlib.h20 int fds[2]; member
/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

Completed in 7 milliseconds

12345678910>>...14