Home
last modified time | relevance | path

Searched refs:custom_handler (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/test/
Dtest_signal.py1273 def custom_handler(signum, frame): function
1287 for handler in [custom_handler, signal.SIG_IGN]:
1290 old_handler = signal.signal(signum, custom_handler)
/third_party/boost/libs/exception/src/
Dclone_current_exception_non_intrusive.cpp126 int custom_handler; member
/third_party/python/Lib/test/test_asyncio/
Dtest_base_events.py699 def custom_handler(loop, context): function
703 loop.set_exception_handler(custom_handler)