Searched refs:socksync (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_fd.cpp | 45 FdSync socksync; member 74 CHECK_NE(s, &fdctx.socksync); in unref() 142 atomic_store(&fdctx.socksync.rc, (u64)-1, memory_order_relaxed); in FdInit() 336 init(thr, pc, fd, &fdctx.socksync); in FdSocketCreate() 345 init(thr, pc, newfd, &fdctx.socksync); in FdSocketAccept() 360 init(thr, pc, fd, &fdctx.socksync); in FdSocketConnect()
|