Lines Matching refs:signal
7 import signal
103 and signal.getsignal(signal.SIGINT) is signal.default_int_handler
107 signal.signal(signal.SIGINT, sigint_handler)
109 # `signal.signal` may throw if `threading.main_thread` does
127 and signal.getsignal(signal.SIGINT) is sigint_handler
129 signal.signal(signal.SIGINT, signal.default_int_handler)