Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp874 system_clock::time_point LastCorpusReload = system_clock::now(); in Loop() local
884 if (duration_cast<seconds>(Now - LastCorpusReload).count() >= in Loop()
887 LastCorpusReload = system_clock::now(); in Loop()