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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_signal.py 94 child = ignoring_eintr(subprocess.Popen, ['kill', '-HUP', str(pid)])
205 hup = signal.signal(signal.SIGHUP, self.trivial_signal_handler)
208 signal.signal(signal.SIGHUP, hup)
209 self.assertEqual(signal.getsignal(signal.SIGHUP), hup)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_signal.py 94 child = ignoring_eintr(subprocess.Popen, ['kill', '-HUP', str(pid)])
205 hup = signal.signal(signal.SIGHUP, self.trivial_signal_handler)
208 signal.signal(signal.SIGHUP, hup)
209 self.assertEqual(signal.getsignal(signal.SIGHUP), hup)
  /external/ppp/pppd/
main.c 243 static void hup __P((int));
718 SIGNAL(SIGHUP, hup); /* Hangup */
1399 hup(sig) function
    [all...]

Completed in 104 milliseconds