Searched refs:socksync (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_fd.cpp | 38 FdSync socksync; member 67 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()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_fd.cpp | 44 FdSync socksync; member 73 CHECK_NE(s, &fdctx.socksync); in unref() 140 atomic_store(&fdctx.socksync.rc, (u64)-1, memory_order_relaxed); in FdInit() 332 init(thr, pc, fd, &fdctx.socksync); in FdSocketCreate() 341 init(thr, pc, newfd, &fdctx.socksync); in FdSocketAccept() 356 init(thr, pc, fd, &fdctx.socksync); in FdSocketConnect()
|