Home
last modified time | relevance | path

Searched defs:pipe_fd (Results 1 – 16 of 16) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
D23-1.c31 int pipe_fd[2]; in main() local
/third_party/ltp/testcases/kernel/syscalls/fstatfs/
Dfstatfs01.c22 static int pipe_fd; variable
/third_party/ltp/testcases/kernel/syscalls/fsync/
Dfsync03.c24 static int pipe_fd[2]; variable
/third_party/ltp/testcases/kernel/containers/pidns/
Dpidns13.c36 static int pipe_fd[2]; variable
/third_party/ltp/testcases/kernel/syscalls/pread/
Dpread02.c25 static int pipe_fd[2], fd, dir_fd; variable
/third_party/ltp/testcases/kernel/syscalls/splice/
Dsplice02.c42 static int pipe_fd[2]; variable
/third_party/ltp/testcases/kernel/syscalls/writev/
Dwritev01.c23 static int pipe_fd[2]; variable
/third_party/musl/libc-test/src/functional/
Dgot_readonly.c120 int pipe_fd[2]; in main() local
/third_party/liburing/test/
Dthread-exit.c27 int pipe_fd; member
/third_party/pulseaudio/src/pulsecore/
Dlock-autospawn.c60 static int pipe_fd[2] = { -1, -1 }; variable
/third_party/ltp/testcases/kernel/syscalls/sigrelse/
Dsigrelse01.c165 static int pipe_fd[2]; /* file descriptors for pipe parent read */ variable
/third_party/googletest/googletest/src/
Dgtest-death-test.cc1105 int pipe_fd[2]; in AssumeRole() local
1364 int pipe_fd[2]; in AssumeRole() local
/third_party/mesa3d/src/gtest/src/
Dgtest-death-test.cc1111 int pipe_fd[2]; in AssumeRole() local
1399 int pipe_fd[2]; in AssumeRole() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/hardware/
Ddevice_context_manager.cc73 int pipe_fd[2]; in GetCudaVersionFromNvcc() local
/third_party/backends/backend/
Dsp15c.c1964 int pipe_fd = scanner->reader_pipe; in reader_process() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_rmv.c181 append_trace_events(struct radv_device *device, int pipe_fd) in append_trace_events()