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/
H A DFuzzerUtilLinux.cpp31 return Fuzzer::InterruptExitCode(); in ExecuteCommand()
H A DFuzzerOptions.h25 int InterruptExitCode = 72; member
H A DFuzzerInternal.h94 static int InterruptExitCode();
H A DFuzzerLoop.cpp265 int Fuzzer::InterruptExitCode() { in InterruptExitCode() function in fuzzer::Fuzzer
267 return F->Options.InterruptExitCode; in InterruptExitCode()
276 _Exit(Options.InterruptExitCode); in InterruptCallback()
H A DFuzzerFork.cpp389 if (ExitCode == Options.InterruptExitCode) { in FuzzWithFork()