Home
last modified time | relevance | path

Searched refs:FdDup (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_fd.h47 void FdDup(ThreadState *thr, uptr pc, int oldfd, int newfd, bool write);
Dtsan_fd.cc225 void FdDup(ThreadState *thr, uptr pc, int oldfd, int newfd, bool write) { in FdDup() function
Dtsan_interceptors.cc1447 FdDup(thr, pc, oldfd, newfd, true); in TSAN_INTERCEPTOR()
1455 FdDup(thr, pc, oldfd, newfd2, false); in TSAN_INTERCEPTOR()
1464 FdDup(thr, pc, oldfd, newfd2, false); in TSAN_INTERCEPTOR()