Searched refs:FdFileCreate (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_fd.h | 45 void FdFileCreate(ThreadState *thr, uptr pc, int fd);
|
H A D | tsan_interceptors_posix.cpp | 1673 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 1687 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 1700 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 1710 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 1901 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 1913 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 2455 if (fd >= 0) FdFileCreate(thr, pc, fd); \
|
H A D | tsan_fd.cpp | 253 void FdFileCreate(ThreadState *thr, uptr pc, int fd) { in FdFileCreate() function
|