Searched refs:GlobalSigInfoGenerationCounter (Results 1 – 1 of 1) sorted by relevance
67 static volatile std::atomic<unsigned> GlobalSigInfoGenerationCounter = 1; variable196 GlobalSigInfoGenerationCounter.load(std::memory_order_relaxed); in printForSigInfoIfNeeded()297 GlobalSigInfoGenerationCounter.fetch_add(1, std::memory_order_relaxed); in EnablePrettyStackTraceOnSigInfoForThisThread()305 GlobalSigInfoGenerationCounter.load(std::memory_order_relaxed); in EnablePrettyStackTraceOnSigInfoForThisThread()