Home
last modified time | relevance | path

Searched refs:subprocess_send_signal (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/test/
Dsignalinterproctester.py42 def subprocess_send_signal(self, pid, signame): member in InterProcessSignalTests
58 with self.subprocess_send_signal(pid, "SIGHUP") as child:
64 with self.subprocess_send_signal(pid, "SIGUSR1") as child:
69 with self.subprocess_send_signal(pid, "SIGUSR2") as child: