Lines Matching refs:signal
48 import signal
117 """An exception used to signal that all testing should cease.
123 """An exception used to signal that a test was skipped.
1854 signal.signal(signal.SIGTERM, signal.SIG_IGN)
3615 oldhdlr = signal.signal(signal.SIGINT, self.killall_sighandler)
3643 signal.signal(signal.SIGINT, oldhdlr)
4554 signal.SIGKILL)