Searched refs:FdFileCreate (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_fd.h | 45 void FdFileCreate(ThreadState *thr, uptr pc, int fd);
|
| H A D | tsan_interceptors_posix.cpp | 1598 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 D | tsan_fd.cpp | 218 void FdFileCreate(ThreadState *thr, uptr pc, int fd) { in FdFileCreate() function
|
| /llvm-project-15.0.7/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 | 1603 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 D | tsan_fd.cpp | 249 void FdFileCreate(ThreadState *thr, uptr pc, int fd) { in FdFileCreate() function
|