Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.h45 void FdFileCreate(ThreadState *thr, uptr pc, int fd);
H A Dtsan_interceptors_posix.cpp1571 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR()
1585 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR()
1598 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR()
1608 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR()
1804 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR()
1816 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR()
2316 if (fd >= 0) FdFileCreate(thr, pc, fd); \
H A Dtsan_fd.cpp218 void FdFileCreate(ThreadState *thr, uptr pc, int fd) { in FdFileCreate() function