Searched refs:allocsync (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| 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()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_fd.cpp | 55 static FdSync *allocsync(ThreadState *thr, uptr pc) { in allocsync() function 269 FdSync *s = allocsync(thr, pc); in FdPipeCreate() 279 init(thr, pc, fd, allocsync(thr, pc)); in FdEventCreate() 300 init(thr, pc, fd, allocsync(thr, pc)); in FdPollCreate()
|