Home | History | Annotate | Download | only in commands

Lines Matching defs:signal

16 import signal
86 self.signal(identifier, 0)
202 timeout: The time to wait for all programs to die. Each signal will
210 signal_queue = [signal.SIGINT, signal.SIGTERM, signal.SIGKILL]
216 self.signal(pid, sig)
228 def signal(self, pid, sig):
229 """Sends a specific signal to a program.
233 sig: The signal to send.
236 job.Error: Raised when the signal fail to reach