Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_fd.h45 void FdFileCreate(ThreadState *thr, uptr pc, int fd);
H A Dtsan_interceptors_posix.cpp1598 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR()
1612 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR()
1625 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR()
1635 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR()
1831 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR()
1843 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR()
2371 if (fd >= 0) FdFileCreate(thr, pc, fd); \
H A Dtsan_fd.cpp218 void FdFileCreate(ThreadState *thr, uptr pc, int fd) { in FdFileCreate() function
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.h45 void FdFileCreate(ThreadState *thr, uptr pc, int fd);
H A Dtsan_interceptors_posix.cpp1603 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR()
1617 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR()
1630 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR()
1640 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR()
1831 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR()
1843 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR()
2377 if (fd >= 0) FdFileCreate(thr, pc, fd); \
H A Dtsan_fd.cpp249 void FdFileCreate(ThreadState *thr, uptr pc, int fd) { in FdFileCreate() function