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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DPrettyStackTrace.cpp58 static volatile std::atomic<unsigned> GlobalSigInfoGenerationCounter = variable
186 GlobalSigInfoGenerationCounter.load(std::memory_order_relaxed);
271 GlobalSigInfoGenerationCounter.fetch_add(1, std::memory_order_relaxed);
279 GlobalSigInfoGenerationCounter.load(std::memory_order_relaxed);

Completed in 100 milliseconds