Home
last modified time | relevance | path

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

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