HomeSort by relevance Sort by last modified time
    Searched refs:send_signal (Results 1 - 8 of 8) sorted by null

  /external/lldb/test/functionalities/signal/
TestSendSignal.py 18 self.send_signal()
24 self.send_signal()
32 def send_signal(self): member in class:SendSignalTestCase
  /external/toybox/toys/pending/
arping.c 189 static void send_signal(int sig) function
288 signal(SIGALRM, send_signal);
290 send_signal(0); // Send first Broadcast message.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_file_eintr.py 122 self._process.send_signal(signal.SIGINT)
test_file2k.py 666 reader_process.send_signal(signal.SIGINT)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_file_eintr.py 122 self._process.send_signal(signal.SIGINT)
test_file2k.py 666 reader_process.send_signal(signal.SIGINT)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
subprocess.py 1056 def send_signal(self, sig): function in function:Popen.poll
1524 def send_signal(self, sig): function in function:Popen.poll
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
subprocess.py 1056 def send_signal(self, sig): function in function:Popen.poll
1524 def send_signal(self, sig): function in function:Popen.poll
    [all...]

Completed in 787 milliseconds