Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h116 atomic_uint64_t freelist_ = {0}; variable
134 u64 cmp = atomic_load(&freelist_, memory_order_acquire); in Refill()
141 } while (!atomic_compare_exchange_weak(&freelist_, &cmp, xchg, in Refill()
162 u64 cmp = atomic_load(&freelist_, memory_order_acquire); in Drain()
166 } while (!atomic_compare_exchange_weak(&freelist_, &cmp, xchg, in Drain()