Home
last modified time | relevance | path

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

/netbsd-src/tests/kernel/kqueue/write/
H A Dt_pipe.c73 ATF_TC_HEAD(pipe2, tc) in ATF_TC_HEAD() argument
79 ATF_TC_BODY(pipe2, tc) in ATF_TC_BODY() argument
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dunistd--.h31 # define pipe2 pipe2_safer macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc740 INTERCEPTOR(int, pipe2, int pipefd[2], int flags) { in INTERCEPTOR() argument
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc1685 TSAN_INTERCEPTOR(int, pipe2, int *pipefd, int flags) { in TSAN_INTERCEPTOR() argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.cc1727 TSAN_INTERCEPTOR(int, pipe2, int *pipefd, int flags) { in TSAN_INTERCEPTOR() argument
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp1793 TSAN_INTERCEPTOR(int, pipe2, int *pipefd, int flags) { in TSAN_INTERCEPTOR() argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc798 TEST(MemorySanitizer, pipe2) { in TEST() argument