Home
last modified time | relevance | path

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

/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerUtilDarwin.cpp28 static int ActiveThreadCount = 0; variable
47 if (ActiveThreadCount == 0) { in ExecuteCommand()
78 ++ActiveThreadCount; in ExecuteCommand()
128 --ActiveThreadCount; in ExecuteCommand()
129 if (ActiveThreadCount == 0) { in ExecuteCommand()