Searched refs:guard_ptr (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_fuchsia.cpp83 atomic_uint32_t *guard_ptr = reinterpret_cast<atomic_uint32_t *>(guard); local
84 u32 idx = atomic_exchange(guard_ptr, 0, memory_order_relaxed);

Completed in 60 milliseconds