Searched defs:pipe2 (Results 1 – 7 of 7) sorted by relevance
31 # define pipe2 pipe2_safer macro
40 pipe2 (int fd[2], int flags) in pipe2() function
1442 # define pipe2 rpl_pipe2 macro
1124 SYS_FUNC(pipe2) in SYS_FUNC() argument
828 INTERCEPTOR(int, pipe2, int pipefd[2], int flags) { in INTERCEPTOR() argument
1775 TSAN_INTERCEPTOR(int, pipe2, int *pipefd, int flags) { in TSAN_INTERCEPTOR() argument
770 TEST(MemorySanitizer, pipe2) { in TEST() argument