Searched refs:socksync (Results 1 – 1 of 1) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_fd.cc | 39 FdSync socksync; member 68 CHECK_NE(s, &fdctx.socksync); in unref() 119 atomic_store(&fdctx.socksync.rc, (u64)-1, memory_order_relaxed); in FdInit() 259 init(thr, pc, fd, &fdctx.socksync); in FdSocketCreate() 268 init(thr, pc, newfd, &fdctx.socksync); in FdSocketAccept() 283 init(thr, pc, fd, &fdctx.socksync); in FdSocketConnect()
|