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