Home
last modified time | relevance | path

Searched refs:pipe2 (Results 51 - 68 of 68) sorted by relevance

123

/base/startup/init/interfaces/innerkits/fs_manager/
H A Dfstab_mount.c163 if (pipe2(pipeFds, O_CLOEXEC) < 0) { in ExecCommand()
/third_party/gn/src/base/files/
H A Dfile_util_posix.cc219 return pipe2(fds, O_CLOEXEC | O_NONBLOCK) == 0; in CreateLocalNonBlockingPipe()
/third_party/libevdev/test/
H A Dtest-libevdev-events.c144 rc = pipe2(pipefd, O_NONBLOCK); in START_TEST()
1640 rc = pipe2(pipefd, O_NONBLOCK); in START_TEST()
1766 rc = pipe2(pipefd, O_NONBLOCK); in START_TEST()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs722 pub fn pipe2(fds: *mut ::c_int, flags: ::c_int) -> ::c_int; in pipe2() functions
/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_base_listener.c1229 rc = pipe2(fds, O_CLOEXEC | O_NONBLOCK); in StartSelectThread()
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs985 pub fn pipe2(fds: *mut ::c_int, flags: ::c_int) -> ::c_int; in pipe2() functions
/third_party/rust/crates/nix/test/
H A Dtest_unistd.rs733 // pipe2(2) is the same as pipe(2), except it allows setting some flags. Check
751 let (fd0, fd1) = pipe2(OFlag::O_CLOEXEC).unwrap(); in test_pipe2()
/third_party/rust/crates/nix/src/
H A Dunistd.rs1181 pub fn pipe2(flags: OFlag) -> Result<(RawFd, RawFd)> { in pipe2() functions
1185 libc::pipe2(fds.as_mut_ptr() as *mut c_int, flags.bits()) in pipe2()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1549 pub fn pipe2(fds: *mut ::c_int, flags: ::c_int) -> ::c_int; in pipe2() functions
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1672 pub fn pipe2(fds: *mut ::c_int, flags: ::c_int) -> ::c_int; in pipe2() functions
/third_party/pulseaudio/src/pulsecore/
H A Dcore-util.c3663 if ((r = pipe2(pipefd, O_CLOEXEC)) >= 0) in pa_pipe_cloexec()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dunistdndk.cpp1533 int ret = pipe2(fd, O_CLOEXEC); in Pipe2()
2189 {"pipe2", nullptr, Pipe2, nullptr, nullptr, nullptr, napi_default, nullptr}, in Init()
/third_party/glfw/src/
H A Dwl_window.c1306 if (pipe2(fds, O_CLOEXEC) == -1) in readDataOfferAsString()
/third_party/libfuse/lib/
H A Dfuse_lowlevel.c571 return pipe2(fds, O_CLOEXEC | O_NONBLOCK);
/third_party/libinput/test/
H A Dlitest.c1144 rc = pipe2(pipefd, O_NONBLOCK); in litest_fork_subtests()
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs3051 pub fn pipe2(fds: *mut ::c_int, flags: ::c_int) -> ::c_int; in pipe2() functions
/third_party/python/Modules/
H A Dposixmodule.c10291 res = pipe2(fds, O_CLOEXEC); in os_pipe_impl()
10327 os.pipe2
10348 res = pipe2(fds, flags); in os_pipe2_impl()
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3874 pub fn pipe2(fds: *mut ::c_int, flags: ::c_int) -> ::c_int; in pipe2() functions

Completed in 85 milliseconds

123