Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/
DFuzzerUtilLinux.cpp31 return Fuzzer::InterruptExitCode(); in ExecuteCommand()
DFuzzerOptions.h25 int InterruptExitCode = 72; member
DFuzzerInternal.h94 static int InterruptExitCode();
DFuzzerLoop.cpp265 int Fuzzer::InterruptExitCode() { in InterruptExitCode() function in fuzzer::Fuzzer
267 return F->Options.InterruptExitCode; in InterruptExitCode()
276 _Exit(Options.InterruptExitCode); in InterruptCallback()
DFuzzerFork.cpp389 if (ExitCode == Options.InterruptExitCode) { in FuzzWithFork()