Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.cpp56 static FdSync *allocsync(ThreadState *thr, uptr pc) { in allocsync() function
273 FdSync *s = allocsync(thr, pc); in FdPipeCreate()
283 init(thr, pc, fd, allocsync(thr, pc)); in FdEventCreate()
304 init(thr, pc, fd, allocsync(thr, pc)); in FdPollCreate()