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() 125 atomic_store(&fdctx.socksync.rc, (u64)-1, memory_order_relaxed); in FdInit() 277 init(thr, pc, fd, &fdctx.socksync); in FdSocketCreate() 286 init(thr, pc, newfd, &fdctx.socksync); in FdSocketAccept() 301 init(thr, pc, fd, &fdctx.socksync); in FdSocketConnect()
|