Searched refs:exception_handler (Results 1 – 5 of 5) sorted by relevance
115 exception_handler (int sig)123 signal (SIGSEGV, exception_handler);126 signal (SIGBUS, exception_handler);
205 if (s_exception_handling.exception_handler(callback, NULL) != 0) { in EHRequestExceptionsRaw()
235 exception_handler = None variable in Environment739 if self.exception_handler is not None:740 self.exception_handler(traceback)
1403 static void exception_handler(int sig) { in exception_handler() function1504 exception_signals[i], exception_handler); in _run_test()
13839 exception_handler (int sig)13847 signal (SIGSEGV, exception_handler);13850 signal (SIGBUS, exception_handler);