Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerInternal.h88 bool InFuzzingThread() const { return IsMyThread; } in InFuzzingThread() function
H A DFuzzerLoop.cpp280 if (!InFuzzingThread()) in AlarmCallback()
527 assert(InFuzzingThread()); in GetCurrentUnitInFuzzingThead()
553 assert(InFuzzingThread()); in ExecuteCallback()