HomeSort by relevance Sort by last modified time
    Searched refs:exitUponCrash (Results 1 - 3 of 3) sorted by null

  /external/honggfuzz/
honggfuzz.h 224 bool exitUponCrash;
cmdline.c 244 .exitUponCrash = false,
523 hfuzz->exitUponCrash = true;
fuzz.c 676 if (run.global->exitUponCrash && ATOMIC_GET(run.global->cnts.crashesCnt) > 0) {

Completed in 60 milliseconds