Home
last modified time | relevance | path

Searched defs:fds (Results 51 - 75 of 354) sorted by relevance

12345678910>>...15

/third_party/ltp/testcases/kernel/syscalls/pipe2/
H A Dpipe2_01.c21 static int fds[2]; variable
[all...]
/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/
H A Depoll_ctl03.c23 static int epfd, fds[2]; variable
/third_party/ltp/testcases/kernel/syscalls/epoll_wait/
H A Depoll_wait06.c32 static int fds[2]; variable
[all...]
H A Depoll_wait03.c31 static int fds[2], epfd, inv_epfd, bad_epfd = -1; variable
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl37.c24 static int fds[2]; variable
H A Dfcntl35.c72 int fds[2]; in verify_pipe_size() local
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Depoll_ctl.c37 int fds[2]; in epoll_ctl_0100() local
/third_party/musl/libc-test/src/functionalext/supplement/select/
H A Dpoll_sup.c35 struct pollfd fds[2]; in poll_0100() local
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dfwrite.c80 int fds[2] = {0}; in fwrite_0400() local
/third_party/musl/libc-test/src/functionalext/supplement/termios/
H A Dtcflow.c54 int fds = open(slave, O_RDWR | O_NOCTTY); in tcflow_0100() local
/third_party/pulseaudio/src/pulsecore/
H A Dpoll-posix.c59 int pa_poll (struct pollfd *fds, unsigned long int nfds, int timeout) { in pa_poll() argument
H A Dcreds.h54 int fds[MAX_ANCIL_DATA_FDS]; member
H A Dfdsem.c49 int fds[2]; member
[all...]
/third_party/toybox/toys/other/
H A Dinotifyd.c39 struct pollfd fds; in inotifyd_main() local
/foundation/graphic/graphic_surface/buffer_handle/test/unittest/
H A Dbuffer_handle_test.cpp46 uint32_t fds = 1025, ints = 1025; in HWTEST_F() local
65 uint32_t fds = 1025, ints = 1025; in HWTEST_F() local
/third_party/libdrm/
H A Dlibsync.h63 struct pollfd fds = {0}; in sync_wait() local
/third_party/ltp/testcases/kernel/controllers/cgroup/
H A Dcgroup_core02.c39 int fds[TST_CG_ROOTS_MAX]; member
/third_party/node/tools/
H A Dpseudo-tty.py88 fds = [STDIN, parent_fd] variable
/third_party/ltp/testcases/kernel/syscalls/pipe/
H A Dpipe12.c17 static int fds[2]; variable
[all...]
/third_party/ltp/testcases/kernel/syscalls/fchmodat/
H A Dfchmodat01.c43 static int fds[ARRAY_SIZE(tcases)]; variable
[all...]
/third_party/node/deps/uvwasi/src/
H A Dfd_table.h26 struct uvwasi_fd_wrap_t** fds; member
/third_party/toybox/toys/pending/
H A Dman.c128 int fds[] = {-1, -1}; in zopen() local
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dsyscalls.rs379 let mut fds = MaybeUninit::<[OwnedFd; 2]>::uninit(); variables
/foundation/ability/ability_runtime/frameworks/native/child_process/src/
H A Dnative_child_process.cpp125 std::map<std::string, int32_t> fds; in OH_Ability_StartNativeChildProcess() local
/foundation/ability/ability_runtime/test/unittest/app_spawn_client_second_test/
H A Dapp_spawn_client_second_test.cpp534 std::map<std::string, int32_t> fds = {{"fd1", 1}, {"fd2", 2}}; in HWTEST_F() local
547 std::map<std::string, int32_t> fds = {{"fd1", 1}, {"fd2", -1}}; in HWTEST_F() local
560 std::map<std::string, int32_t> fds = {{"fd1", -1}, {"fd2", -1}}; HWTEST_F() local
[all...]

Completed in 11 milliseconds

12345678910>>...15