Searched refs:custom_handler (Results 1 – 3 of 3) sorted by relevance
1273 def custom_handler(signum, frame): function1287 for handler in [custom_handler, signal.SIG_IGN]:1290 old_handler = signal.signal(signum, custom_handler)
126 int custom_handler; member
699 def custom_handler(loop, context): function703 loop.set_exception_handler(custom_handler)