Home | History | Annotate | Download | only in rtl

Lines Matching refs:dup

1217 TSAN_INTERCEPTOR(int, dup, int oldfd) {
1218 SCOPED_TSAN_INTERCEPTOR(dup, oldfd);
1219 int newfd = REAL(dup)(oldfd);
1932 TSAN_INTERCEPT(dup);