Home
last modified time | relevance | path

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

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