Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerInternal.h87 bool InFuzzingThread() const { return IsMyThread; } in InFuzzingThread() function
H A DFuzzerLoop.cpp285 if (!InFuzzingThread()) in AlarmCallback()
567 assert(InFuzzingThread()); in GetCurrentUnitInFuzzingThead()
598 assert(InFuzzingThread()); in ExecuteCallback()