Searched refs:allocsync (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_fd.cc | 48 static FdSync *allocsync(ThreadState *thr, uptr pc) { in allocsync() function 236 FdSync *s = allocsync(thr, pc); in FdPipeCreate() 246 init(thr, pc, fd, allocsync(thr, pc)); in FdEventCreate() 267 init(thr, pc, fd, allocsync(thr, pc)); in FdPollCreate()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_fd.cc | 50 static FdSync *allocsync(ThreadState *thr, uptr pc) { in allocsync() function 238 FdSync *s = allocsync(thr, pc); in FdPipeCreate() 248 init(thr, pc, fd, allocsync(thr, pc)); in FdEventCreate() 269 init(thr, pc, fd, allocsync(thr, pc)); in FdPollCreate()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_fd.cpp | 49 static FdSync *allocsync(ThreadState *thr, uptr pc) { in allocsync() function 238 FdSync *s = allocsync(thr, pc); in FdPipeCreate() 248 init(thr, pc, fd, allocsync(thr, pc)); in FdEventCreate() 269 init(thr, pc, fd, allocsync(thr, pc)); in FdPollCreate()
|