Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInternal.h86 bool InFuzzingThread() const { return IsMyThread; } in InFuzzingThread()
151 static thread_local bool IsMyThread; variable
H A DFuzzerLoop.cpp41 thread_local bool Fuzzer::IsMyThread; member in fuzzer::Fuzzer
146 IsMyThread = true; in Fuzzer()