Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPrettyStackTrace.cpp68 static LLVM_THREAD_LOCAL unsigned ThreadLocalSigInfoGenerationCounter = 0; variable
196 if (ThreadLocalSigInfoGenerationCounter == 0 || in printForSigInfoIfNeeded()
197 ThreadLocalSigInfoGenerationCounter == CurrentSigInfoGeneration) { in printForSigInfoIfNeeded()
202 ThreadLocalSigInfoGenerationCounter = CurrentSigInfoGeneration; in printForSigInfoIfNeeded()
289 ThreadLocalSigInfoGenerationCounter = 0; in EnablePrettyStackTraceOnSigInfoForThisThread()
303 ThreadLocalSigInfoGenerationCounter = in EnablePrettyStackTraceOnSigInfoForThisThread()