Home | History | Annotate | Download | only in rtl

Lines Matching refs:dup3

1600 TSAN_INTERCEPTOR(int, dup3, int oldfd, int newfd, int flags) {
1601 SCOPED_TSAN_INTERCEPTOR(dup3, oldfd, newfd, flags);
1602 int newfd2 = REAL(dup3)(oldfd, newfd, flags);
2652 TSAN_INTERCEPT(dup3);