Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DPrettyStackTrace.cpp66 static LLVM_THREAD_LOCAL unsigned ThreadLocalSigInfoGenerationCounter = 0; variable
195 if (ThreadLocalSigInfoGenerationCounter == 0 || in printForSigInfoIfNeeded()
196 ThreadLocalSigInfoGenerationCounter == CurrentSigInfoGeneration) { in printForSigInfoIfNeeded()
201 ThreadLocalSigInfoGenerationCounter = CurrentSigInfoGeneration; in printForSigInfoIfNeeded()
288 ThreadLocalSigInfoGenerationCounter = 0; in EnablePrettyStackTraceOnSigInfoForThisThread()
302 ThreadLocalSigInfoGenerationCounter = in EnablePrettyStackTraceOnSigInfoForThisThread()