Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DPrettyStackTrace.cpp67 static volatile std::atomic<unsigned> GlobalSigInfoGenerationCounter = variable
197 GlobalSigInfoGenerationCounter.load(std::memory_order_relaxed); in printForSigInfoIfNeeded()
298 GlobalSigInfoGenerationCounter.fetch_add(1, std::memory_order_relaxed); in EnablePrettyStackTraceOnSigInfoForThisThread()
306 GlobalSigInfoGenerationCounter.load(std::memory_order_relaxed); in EnablePrettyStackTraceOnSigInfoForThisThread()