Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerOptions.h25 int InterruptExitCode = 72; member
H A DFuzzerFork.cpp352 if (ExitCode == Options.InterruptExitCode) { in FuzzWithFork()
H A DFuzzerLoop.cpp271 _Exit(Options.InterruptExitCode); in InterruptCallback()