Home
last modified time | relevance | path

Searched refs:allocsync (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_fd.cpp49 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 Dtsan_fd.cpp55 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()