Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerInternal.h87 bool InFuzzingThread() const { return IsMyThread; } in InFuzzingThread() function
H A DFuzzerLoop.cpp280 if (!InFuzzingThread()) in AlarmCallback()
489 assert(InFuzzingThread()); in GetCurrentUnitInFuzzingThead()
515 assert(InFuzzingThread()); in ExecuteCallback()