Home
last modified time | relevance | path

Searched refs:kSignals (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/tools/
H A DCrashHandler.cpp134 static const int kSignals[] = { in SetupCrashHandler() local
143 for (size_t i = 0; i < sizeof(kSignals) / sizeof(kSignals[0]); i++) { in SetupCrashHandler()
145 void (*prev)(int) = signal(kSignals[i], handler); in SetupCrashHandler()
147 signal(kSignals[i], prev); in SetupCrashHandler()
/third_party/skia/third_party/externals/angle2/util/posix/
H A Dcrash_handler_posix.cpp621 static constexpr int kSignals[] = {
628 for (int sig : kSignals)
642 for (int sig : kSignals)
/third_party/skia/dm/
H A DDM.cpp373 const int kSignals[] = { SIGABRT, SIGBUS, SIGFPE, SIGILL, SIGINT, SIGSEGV, SIGTERM }; in setup_crash_handler() local
374 for (int sig : kSignals) { in setup_crash_handler()

Completed in 4 milliseconds