Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/util/
Dtest_config.cc156 static LONG crash_handler(struct _EXCEPTION_POINTERS* ex_info) { in crash_handler() function
193 SetUnhandledExceptionFilter((LPTOP_LEVEL_EXCEPTION_FILTER)crash_handler); in install_crash_handler()
234 static void crash_handler(int signum, siginfo_t* info, void* data) { in crash_handler() function
269 sa.sa_sigaction = crash_handler; in install_crash_handler()
/external/chromium-trace/catapult/devil/devil/android/
Dcrash_handler_devicetest.py14 from devil.android import crash_handler
40 crash_handler.RetryOnSystemCrash(
Dbattery_utils.py14 from devil.android import crash_handler
382 battery_info = crash_handler.RetryOnSystemCrash(
/external/llvm/lib/Fuzzer/afl/
Dafl_driver.cpp158 static void crash_handler(int, siginfo_t *, void *) { in crash_handler() function
216 SetSigaction(crash_signals[idx], crash_handler); in maybe_initialize_extra_stats()
/external/skqp/dm/
DDM.cpp208 static LONG WINAPI crash_handler(EXCEPTION_POINTERS* e) { in crash_handler() function
243 SetUnhandledExceptionFilter(crash_handler); in setup_crash_handler()
260 static void crash_handler(int sig) { in crash_handler() function
290 previous_handler[sig] = signal(sig, crash_handler); in setup_crash_handler()
/external/skia/dm/
DDM.cpp210 static LONG WINAPI crash_handler(EXCEPTION_POINTERS* e) { in crash_handler() function
245 SetUnhandledExceptionFilter(crash_handler); in setup_crash_handler()
262 static void crash_handler(int sig) { in crash_handler() function
292 previous_handler[sig] = signal(sig, crash_handler); in setup_crash_handler()