Home | History | Annotate | Download | only in rtl

Lines Matching full:pipe2

1451 TSAN_INTERCEPTOR(int, pipe2, int *pipefd, int flags) {
1452 SCOPED_TSAN_INTERCEPTOR(pipe2, pipefd, flags);
1453 int res = REAL(pipe2)(pipefd, flags);
2031 TSAN_INTERCEPT(pipe2);