Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp869 INTERCEPTOR(int,pipe2,int pipefd[2],int flags) INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1879 TSAN_INTERCEPTOR(int,pipe2,int * pipefd,int flags) TSAN_INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp787 TEST(MemorySanitizer, pipe2) { in TEST() argument