Searched defs:crash_handler (Results 1 – 4 of 4) sorted by relevance
158 static LONG crash_handler(struct _EXCEPTION_POINTERS* ex_info) { in crash_handler() function236 static void crash_handler(int signum, siginfo_t* /*info*/, void* /*data*/) { in crash_handler() function
158 static void crash_handler(int, siginfo_t *, void *) { in crash_handler() function
279 static LONG WINAPI crash_handler(EXCEPTION_POINTERS* e) { in crash_handler() function331 static void crash_handler(int sig) { in crash_handler() function
433 struct work_struct crash_handler; member