HomeSort by relevance Sort by last modified time
    Searched defs:pipe2 (Results 1 - 13 of 13) sorted by null

  /bionic/libc/arch-arm/syscalls/
pipe2.S 5 ENTRY(pipe2) function
14 END(pipe2)
  /bionic/libc/arch-arm64/syscalls/
pipe2.S 5 ENTRY(pipe2) function
14 END(pipe2)
  /bionic/libc/arch-mips/syscalls/
pipe2.S 5 ENTRY(pipe2) function
19 END(pipe2)
  /bionic/libc/arch-mips64/syscalls/
pipe2.S 5 ENTRY(pipe2) function
25 END(pipe2)
  /bionic/libc/arch-x86/syscalls/
pipe2.S 5 ENTRY(pipe2) function
26 END(pipe2)
  /bionic/libc/arch-x86_64/syscalls/
pipe2.S 5 ENTRY(pipe2) function
15 END(pipe2)
  /external/bison/lib/
unistd--.h 30 # undef pipe2 macro
31 # define pipe2 pipe2_safer macro
pipe2.c 40 pipe2 (int fd[2], int flags) function
50 # undef pipe2 macro
58 int result = pipe2 (fd, flags);
  /development/ndk/sources/android/libportable/arch-mips/
pipe.c 17 #define _GNU_SOURCE /* GLibc compatibility to declare pipe2(2) */
63 int WRAP(pipe2)(int pipefd[2], int portable_flags) { function
73 rv = REAL(pipe2)(pipefd, native_flags);
75 ALOGV("%s: pipe2() returned pipefd[0]:%d, pipefd[1]:%d", __func__,
  /bionic/tests/
fcntl_test.cpp 208 int pipe2[2]; local
209 ASSERT_EQ(0, pipe(pipe2));
219 // Tee /proc/version from pipe1 into pipe2.
220 ssize_t bytes_teed = tee(pipe1[0], pipe2[1], SIZE_MAX, 0);
222 close(pipe2[1]);
224 // The out fds of both pipe1 and pipe2 should now contain /proc/version.
232 FILE* fp2 = fdopen(pipe2[0], "r");
  /external/chromium_org/mojo/public/cpp/bindings/tests/
request_response_unittest.cc 131 MessagePipe pipe2; local
132 provider->EchoMessagePipeHandle(pipe2.handle1.Pass(),
138 ReadTextMessage(pipe2.handle0.get(), &value);
  /external/bison/darwin-lib/
unistd.h 1450 _GL_CXXALIASWARN (pipe2); variable
1452 # undef pipe2 macro
    [all...]
  /external/bison/linux-lib/
unistd.h 1442 # define pipe2 macro
1450 _GL_CXXALIASWARN (pipe2); variable
1452 # undef pipe2 macro
    [all...]

Completed in 451 milliseconds