Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilDarwin.cpp30 static int ActiveThreadCount = 0; variable
50 if (ActiveThreadCount == 0) { in ExecuteCommand()
81 ++ActiveThreadCount; in ExecuteCommand()
138 --ActiveThreadCount; in ExecuteCommand()
139 if (ActiveThreadCount == 0) { in ExecuteCommand()