Searched refs:FdFileCreate (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_fd.h | 46 void FdFileCreate(ThreadState *thr, uptr pc, int fd);
|
| H A D | tsan_interceptors.cc | 1515 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 D | tsan_fd.cc | 218 void FdFileCreate(ThreadState *thr, uptr pc, int fd) { in FdFileCreate() function
|