Home | History | Annotate | Download | only in rtl

Lines Matching refs:pipe2

1549 TSAN_INTERCEPTOR(int, pipe2, int *pipefd, int flags) {
1550 SCOPED_TSAN_INTERCEPTOR(pipe2, pipefd, flags);
1551 int res = REAL(pipe2)(pipefd, flags);
2345 TSAN_INTERCEPT(pipe2);