Searched refs:allocsync (Results 1 – 1 of 1) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
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()
|