Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_fd.h46 void FdFileCreate(ThreadState *thr, uptr pc, int fd);
H A Dtsan_interceptors.cc1520 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 Dtsan_fd.cc218 void FdFileCreate(ThreadState *thr, uptr pc, int fd) { in FdFileCreate() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_fd.h44 void FdFileCreate(ThreadState *thr, uptr pc, int fd);
H A Dtsan_interceptors.cc1478 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 Dtsan_fd.cc216 void FdFileCreate(ThreadState *thr, uptr pc, int fd) { in FdFileCreate() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_fd.h45 void FdFileCreate(ThreadState *thr, uptr pc, int fd);
H A Dtsan_interceptors_posix.cpp1582 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 Dtsan_fd.cpp218 void FdFileCreate(ThreadState *thr, uptr pc, int fd) { in FdFileCreate() function