Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/
H A Dsanity.cpp55 static int fatal_signals[] = { SIGABRT, SIGBUS, SIGSEGV, 0 }; variable
190 for (const int* iter = &fatal_signals[0]; *iter != 0; iter++) in install_crash_handlers()