Home
last modified time | relevance | path

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

/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerInternal.h105 bool InFuzzingThread() const { return IsMyThread; } in InFuzzingThread()
175 static thread_local bool IsMyThread; variable
DFuzzerLoop.cpp43 thread_local bool Fuzzer::IsMyThread; member in fuzzer::Fuzzer
185 IsMyThread = true; in Fuzzer()