Home
last modified time | relevance | path

Searched refs:globsync (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_fd.cpp36 FdSync globsync; member
65 CHECK_NE(s, &fdctx.globsync); in unref()
109 d->sync = &fdctx.globsync; in init()
123 atomic_store(&fdctx.globsync.rc, (u64)-1, memory_order_relaxed); in FdInit()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.cpp42 FdSync globsync; member
71 CHECK_NE(s, &fdctx.globsync); in unref()
119 d->sync = &fdctx.globsync; in init()
138 atomic_store(&fdctx.globsync.rc, (u64)-1, memory_order_relaxed); in FdInit()