Searched refs:dump_once_guard (Results 1 – 1 of 1) sorted by relevance
43 atomic_uint32_t dump_once_guard; // Ensure that CovDump runs only once. variable276 if (atomic_fetch_add(&dump_once_guard, 1, memory_order_relaxed)) in CovDump()