Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DPrettyStackTrace.cpp58 static volatile std::atomic<unsigned> GlobalSigInfoGenerationCounter = variable
186 GlobalSigInfoGenerationCounter.load(std::memory_order_relaxed); in printForSigInfoIfNeeded()
271 GlobalSigInfoGenerationCounter.fetch_add(1, std::memory_order_relaxed); in EnablePrettyStackTraceOnSigInfoForThisThread()
279 GlobalSigInfoGenerationCounter.load(std::memory_order_relaxed); in EnablePrettyStackTraceOnSigInfoForThisThread()