Home
last modified time | relevance | path

Searched defs:pipe2 (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/unistd/
Dpipe2.c7 int pipe2(int fd[2], int flag) in pipe2() function
/third_party/musl/src/unistd/
Dpipe2.c6 int pipe2(int fd[2], int flag) in pipe2() function
/third_party/ltp/testcases/kernel/syscalls/tee/
Dtee01.c52 int pipe2[2]; in tee_test() local
/third_party/node/test/async-hooks/
Dtest-pipewrap.js34 const pipe2 = pipes[1]; constant
Dtest-pipeconnectwrap.js15 let pipe1, pipe2; variable
/third_party/typescript/tests/cases/compiler/
DgenericFunctionInference1.ts38 declare function pipe2<A, B, C, D>(ab: (a: A) => B, cd: (c: C) => D): (a: [A, C]) => [B, D]; function
/third_party/boost/tools/build/src/engine/
Ddebugger.cpp1102 HANDLE pipe2[ 2 ]; in debug_start_child() local
/third_party/gstreamer/gstplugins_bad/tests/check/pipelines/
Dipcpipeline.c42 pipe2 (int pipedes[2], int flags) in pipe2() function