Searched refs:crash_handler (Results 1 – 6 of 6) sorted by relevance
156 static LONG crash_handler(struct _EXCEPTION_POINTERS* ex_info) { in crash_handler() function193 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() function269 sa.sa_sigaction = crash_handler; in install_crash_handler()
14 from devil.android import crash_handler40 crash_handler.RetryOnSystemCrash(
14 from devil.android import crash_handler382 battery_info = crash_handler.RetryOnSystemCrash(
158 static void crash_handler(int, siginfo_t *, void *) { in crash_handler() function216 SetSigaction(crash_signals[idx], crash_handler); in maybe_initialize_extra_stats()
208 static LONG WINAPI crash_handler(EXCEPTION_POINTERS* e) { in crash_handler() function243 SetUnhandledExceptionFilter(crash_handler); in setup_crash_handler()260 static void crash_handler(int sig) { in crash_handler() function290 previous_handler[sig] = signal(sig, crash_handler); in setup_crash_handler()
210 static LONG WINAPI crash_handler(EXCEPTION_POINTERS* e) { in crash_handler() function245 SetUnhandledExceptionFilter(crash_handler); in setup_crash_handler()262 static void crash_handler(int sig) { in crash_handler() function292 previous_handler[sig] = signal(sig, crash_handler); in setup_crash_handler()