Home
last modified time | relevance | path

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

/freebsd/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.cpp1750 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR()
1764 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR()
1777 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR()
1787 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR()
1978 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR()
1990 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR()
2534 if (fd >= 0) FdFileCreate(thr, pc, fd); \
H A Dtsan_fd.cpp253 void FdFileCreate(ThreadState *thr, uptr pc, int fd) { in FdFileCreate() function