Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.h46 void FdFileCreate(ThreadState *thr, uptr pc, int fd);
H A Dtsan_interceptors.cc1515 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR()
1525 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR()
1538 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR()
1548 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR()
1744 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR()
1756 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR()
2256 if (fd >= 0) FdFileCreate(thr, pc, fd); \
H A Dtsan_fd.cc218 void FdFileCreate(ThreadState *thr, uptr pc, int fd) { in FdFileCreate() function