Searched refs:FdFileCreate (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_fd.h | 46 void FdFileCreate(ThreadState *thr, uptr pc, int fd);
|
H A D | tsan_interceptors.cc | 1520 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 1530 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 1543 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 1553 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 1749 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 1761 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 2261 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
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_fd.h | 44 void FdFileCreate(ThreadState *thr, uptr pc, int fd);
|
H A D | tsan_interceptors.cc | 1478 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 1488 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 1501 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 1511 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 1707 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 1719 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 2219 if (fd >= 0) FdFileCreate(thr, pc, fd); \
|
H A D | tsan_fd.cc | 216 void FdFileCreate(ThreadState *thr, uptr pc, int fd) { in FdFileCreate() function
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_fd.h | 45 void FdFileCreate(ThreadState *thr, uptr pc, int fd);
|
H A D | tsan_interceptors_posix.cpp | 1582 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 1596 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 1609 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 1619 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 1815 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 1827 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 2355 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
|