Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilLinux.cpp31 return Fuzzer::InterruptExitCode(); in ExecuteCommand()
H A DFuzzerOptions.h25 int InterruptExitCode = 72; member
H A DFuzzerInternal.h93 static int InterruptExitCode();
H A DFuzzerLoop.cpp263 int Fuzzer::InterruptExitCode() { in InterruptExitCode() function in fuzzer::Fuzzer
265 return F->Options.InterruptExitCode; in InterruptExitCode()
274 _Exit(Options.InterruptExitCode); in InterruptCallback()
H A DFuzzerFork.cpp389 if (ExitCode == Options.InterruptExitCode) { in FuzzWithFork()