Home
last modified time | relevance | path

Searched refs:_exception_handler (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/arch/microblaze/cpu/
Dexception.c58 void _exception_handler (void) in _exception_handler() function
/external/python/cpython3/Lib/asyncio/
Dbase_events.py372 self._exception_handler = None
1541 return self._exception_handler
1558 self._exception_handler = handler
1632 if self._exception_handler is None:
1643 self._exception_handler(self, context)