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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DPrettyStackTrace.cpp65 static LLVM_THREAD_LOCAL unsigned ThreadLocalSigInfoGenerationCounter = 0; variable
194 if (ThreadLocalSigInfoGenerationCounter == 0 ||
195 ThreadLocalSigInfoGenerationCounter == CurrentSigInfoGeneration) {
200 ThreadLocalSigInfoGenerationCounter = CurrentSigInfoGeneration;
279 ThreadLocalSigInfoGenerationCounter = 0;
293 ThreadLocalSigInfoGenerationCounter =

Completed in 106 milliseconds