Home
last modified time | relevance | path

Searched refs:fifo2 (Results 51 – 75 of 172) sorted by relevance

1234567

/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/fuchsia-zircon-0.3.3/src/
H A Dfifo.rs75 let (fifo1, fifo2) = Fifo::create(4, 2).unwrap(); in fifo_basic()
92 assert_eq!(fifo2.read(&mut read_vec).unwrap(), 4); in fifo_basic()
96 assert_eq!(fifo2.read(&mut read_vec), Err(Status::SHOULD_WAIT)); in fifo_basic()
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/fuchsia-zircon-0.3.3/src/
H A Dfifo.rs75 let (fifo1, fifo2) = Fifo::create(4, 2).unwrap(); in fifo_basic()
92 assert_eq!(fifo2.read(&mut read_vec).unwrap(), 4); in fifo_basic()
96 assert_eq!(fifo2.read(&mut read_vec), Err(Status::SHOULD_WAIT)); in fifo_basic()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/fuchsia-zircon/src/
H A Dfifo.rs84 let (fifo1, fifo2) = Fifo::create(4, 2, FifoOpts::Default).unwrap(); in fifo_basic()
101 assert_eq!(fifo2.read(&mut read_vec).unwrap(), 4); in fifo_basic()
105 assert_eq!(fifo2.read(&mut read_vec), Err(Status::ErrShouldWait)); in fifo_basic()
/dports/devel/tcl-memchan/Memchan2.3/doc/
H A Dfifo2.man2 [manpage_begin fifo2 n 2.2]
15 [call [cmd fifo2]]
37 Memory channels created by [cmd fifo2] provide two read-only options
58 As the channels generated by [cmd fifo2] grow as necessary they are
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/
H A Dequivalent.pass.cpp104 const path fifo2 = env.create_fifo("fifo2"); in TEST_CASE() local
108 TEST_CHECK(!equivalent(fifo2, file)); in TEST_CASE()
109 TEST_CHECK(!equivalent(fifo1, fifo2)); in TEST_CASE()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/
H A Dequivalent.pass.cpp102 const path fifo2 = env.create_fifo("fifo2"); in TEST_CASE() local
106 TEST_CHECK(!equivalent(fifo2, file)); in TEST_CASE()
107 TEST_CHECK(!equivalent(fifo1, fifo2)); in TEST_CASE()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/
H A Dequivalent.pass.cpp102 const path fifo2 = env.create_fifo("fifo2"); in TEST_CASE() local
106 TEST_CHECK(!equivalent(fifo2, file)); in TEST_CASE()
107 TEST_CHECK(!equivalent(fifo1, fifo2)); in TEST_CASE()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/
H A Dequivalent.pass.cpp104 const path fifo2 = env.create_fifo("fifo2"); in TEST_CASE() local
108 TEST_CHECK(!equivalent(fifo2, file)); in TEST_CASE()
109 TEST_CHECK(!equivalent(fifo1, fifo2)); in TEST_CASE()
/dports/shells/yash/yash-2.51/tests/
H A Dasync-p.tst29 mkfifo fifo1 fifo2
31 cat fifo1 >fifo2 &
32 cat fifo2 &
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/
H A Dequivalent.pass.cpp105 const path fifo2 = env.create_fifo("fifo2"); in TEST_CASE() local
109 TEST_CHECK(!equivalent(fifo2, file)); in TEST_CASE()
110 TEST_CHECK(!equivalent(fifo1, fifo2)); in TEST_CASE()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/
H A Dequivalent.pass.cpp104 const path fifo2 = env.create_fifo("fifo2"); in TEST_CASE() local
108 TEST_CHECK(!equivalent(fifo2, file)); in TEST_CASE()
109 TEST_CHECK(!equivalent(fifo1, fifo2)); in TEST_CASE()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/
H A Dequivalent.pass.cpp105 const path fifo2 = env.create_fifo("fifo2"); in TEST_CASE() local
109 TEST_CHECK(!equivalent(fifo2, file)); in TEST_CASE()
110 TEST_CHECK(!equivalent(fifo1, fifo2)); in TEST_CASE()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/
H A Dequivalent.pass.cpp105 const path fifo2 = env.create_fifo("fifo2"); in TEST_CASE() local
109 TEST_CHECK(!equivalent(fifo2, file)); in TEST_CASE()
110 TEST_CHECK(!equivalent(fifo1, fifo2)); in TEST_CASE()
/dports/devel/libc++/libcxx-10.0.1.src/test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/
H A Dequivalent.pass.cpp102 const path fifo2 = env.create_fifo("fifo2"); in TEST_CASE() local
106 TEST_CHECK(!equivalent(fifo2, file)); in TEST_CASE()
107 TEST_CHECK(!equivalent(fifo1, fifo2)); in TEST_CASE()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/
H A Dequivalent.pass.cpp104 const path fifo2 = env.create_fifo("fifo2"); in TEST_CASE() local
108 TEST_CHECK(!equivalent(fifo2, file)); in TEST_CASE()
109 TEST_CHECK(!equivalent(fifo1, fifo2)); in TEST_CASE()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/
H A Dequivalent.pass.cpp105 const path fifo2 = env.create_fifo("fifo2"); in TEST_CASE() local
109 TEST_CHECK(!equivalent(fifo2, file)); in TEST_CASE()
110 TEST_CHECK(!equivalent(fifo1, fifo2)); in TEST_CASE()
/dports/devel/tcllib/tcllib-1.20/embedded/md/tcllib/files/modules/virtchannel_base/
H A Dtcllib_fifo2.md2 [//000000001]: # (tcl::chan::fifo2 \- Reflected/virtual channel support)
5 [//000000004]: # (tcl::chan::fifo2\(n\) 1 tcllib "Reflected/virtual channel support")
16 tcl::chan::fifo2 \- In\-memory interconnected fifo channels
42 package require tcl::chan::fifo2 ?1?
53 equivalent to the fifo2 channels provided by the package __Memchan__, except
H A Dhalfpipe.md16 tcl::chan::halfpipe \- In\-memory channel, half of a fifo2
51 a __[tcl::chan::fifo2](tcllib\_fifo2\.md)__ pair\. Writing into such a
72 __[tcl::chan::fifo2](tcllib\_fifo2\.md)__\.
/dports/devel/tcllibc/tcllib-1.20/embedded/md/tcllib/files/modules/virtchannel_base/
H A Dtcllib_fifo2.md2 [//000000001]: # (tcl::chan::fifo2 \- Reflected/virtual channel support)
5 [//000000004]: # (tcl::chan::fifo2\(n\) 1 tcllib "Reflected/virtual channel support")
16 tcl::chan::fifo2 \- In\-memory interconnected fifo channels
42 package require tcl::chan::fifo2 ?1?
53 equivalent to the fifo2 channels provided by the package __Memchan__, except
/dports/devel/tcllib/tcllib-1.20/modules/virtchannel_base/
H A Dhalfpipe.tcllib.man13 [titledesc {In-memory channel, half of a fifo2}]
22 one half of a [package tcl::chan::fifo2] pair. Writing into such a
48 for one [package tcl::chan::fifo2].
/dports/devel/tcllibc/tcllib-1.20/modules/virtchannel_base/
H A Dhalfpipe.tcllib.man13 [titledesc {In-memory channel, half of a fifo2}]
22 one half of a [package tcl::chan::fifo2] pair. Writing into such a
48 for one [package tcl::chan::fifo2].
/dports/security/sudoscript/sudoscript-2.1.2/
H A Dsudoshell-in119 my $fifo2;
121 $fifo2=$rundir."/ssd.${name}_${user}_$$/$name$$.fifo";
123 $fifo2=$rundir."/ssd.${name}_root_$$/$name$$.fifo";
129 system "$script $fifo2";
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Disp_local.h42 bool fifo2; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Disp_local.h42 bool fifo2; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Disp_local.h42 bool fifo2; member

1234567