Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DPrettyStackTrace.cpp68 static LLVM_THREAD_LOCAL unsigned ThreadLocalSigInfoGenerationCounter = 0; variable
197 if (ThreadLocalSigInfoGenerationCounter == 0 || in printForSigInfoIfNeeded()
198 ThreadLocalSigInfoGenerationCounter == CurrentSigInfoGeneration) { in printForSigInfoIfNeeded()
203 ThreadLocalSigInfoGenerationCounter = CurrentSigInfoGeneration; in printForSigInfoIfNeeded()
290 ThreadLocalSigInfoGenerationCounter = 0; in EnablePrettyStackTraceOnSigInfoForThisThread()
304 ThreadLocalSigInfoGenerationCounter = in EnablePrettyStackTraceOnSigInfoForThisThread()