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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInternal.h81 bool InFuzzingThread() const { return IsMyThread; } function in class:fuzzer::Fuzzer
H A DFuzzerLoop.cpp279 if (!InFuzzingThread())
510 assert(InFuzzingThread());
538 assert(InFuzzingThread());

Completed in 119 milliseconds