Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp861 system_clock::time_point LastCorpusReload = system_clock::now(); in Loop() local
871 if (duration_cast<seconds>(Now - LastCorpusReload).count() >= in Loop()
874 LastCorpusReload = system_clock::now(); in Loop()