Home | History | Annotate | Download | only in utils

Lines Matching defs:signal

16 import signal
86 self.signal(identifier, 0)
225 timeout: The time to wait for all programs to die. Each signal will
233 signal_queue = [signal.SIGINT, signal.SIGTERM, signal.SIGKILL]
239 self.signal(pid, sig)
251 def signal(self, pid, sig):
252 """Sends a specific signal to a program.
256 sig: The signal to send.
259 job.Error: Raised when the signal fail to reach