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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DPrettyStackTrace.cpp60 static LLVM_THREAD_LOCAL unsigned ThreadLocalSigInfoGenerationCounter = 0; variable
187 if (ThreadLocalSigInfoGenerationCounter == 0 ||
188 ThreadLocalSigInfoGenerationCounter == CurrentSigInfoGeneration) {
193 ThreadLocalSigInfoGenerationCounter = CurrentSigInfoGeneration;
264 ThreadLocalSigInfoGenerationCounter = 0;
278 ThreadLocalSigInfoGenerationCounter =

Completed in 104 milliseconds