Searched refs:FdDup (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_fd.h | 46 void FdDup(ThreadState *thr, uptr pc, int oldfd, int newfd, bool write);
|
H A D | tsan_fd.cpp | 260 void FdDup(ThreadState *thr, uptr pc, int oldfd, int newfd, bool write) { in FdDup() function
|
H A D | tsan_interceptors_posix.cpp | 1722 FdDup(thr, pc, oldfd, newfd, true); in TSAN_INTERCEPTOR() 1730 FdDup(thr, pc, oldfd, newfd2, false); in TSAN_INTERCEPTOR() 1739 FdDup(thr, pc, oldfd, newfd2, false); in TSAN_INTERCEPTOR()
|