Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp56 static void AtomicContextStore(volatile atomic_uint64_t *atomic_context, in AtomicContextStore() argument
61 atomic_store(atomic_context, context, memory_order_relaxed); in AtomicContextStore()
64 static void AtomicContextLoad(const volatile atomic_uint64_t *atomic_context, in AtomicContextLoad() argument
66 u64 context = atomic_load(atomic_context, memory_order_relaxed); in AtomicContextLoad()