Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dfaulthandler.c56 void *exc_handler; member
511 assert(fatal_error.exc_handler == NULL); in faulthandler_enable()
512 fatal_error.exc_handler = AddVectoredExceptionHandler(1, faulthandler_exc_handler); in faulthandler_enable()
563 if (fatal_error.exc_handler != NULL) { in faulthandler_disable()
564 RemoveVectoredExceptionHandler(fatal_error.exc_handler); in faulthandler_disable()
565 fatal_error.exc_handler = NULL; in faulthandler_disable()
/external/libpcap/
Dpcap-dos.c764 static void exc_handler (int sig) in exc_handler() function
813 setup_signals (exc_handler); in first_init()
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_proactor_events.py262 exc_handler = mock.Mock()
263 self.loop.set_exception_handler(exc_handler)
272 exc_handler.assert_not_called()
Dtest_tasks.py2857 self.loop.call_exception_handler = exc_handler = mock.Mock()
2871 exc_handler.assert_called_once()
2872 exc = exc_handler.call_args[0][0]['exception']
2884 self.loop.call_exception_handler = exc_handler = mock.Mock()
2897 exc_handler.assert_called_once()
2898 exc = exc_handler.call_args[0][0]['exception']
/external/python/cpython3/Tools/c-analyzer/
DTODO136 …Object *file; int fd; int all_threads; PyInterpreterState *interp; void *exc_handler; } fatal_error
Dknown.tsv259 …Object *file; int fd; int all_threads; PyInterpreterState *interp; void *exc_handler; } fatal_error