Home
last modified time | relevance | path

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

/external/autotest/client/bin/
Dparallel.py108 utils.nuke_pid(pid)
118 utils.nuke_pid(pid)
Dutils.py1338 utils.nuke_pid(pid, [signal.SIGKILL])
1340 utils.nuke_pid(pid)
1359 utils.nuke_pid(pid)
/external/autotest/client/profilers/cmdprofile/
Dcmdprofile.py53 utils.nuke_pid(self.pid)
/external/autotest/client/site_tests/policy_PluginsBlockedForUrls/
Dpolicy_PluginsBlockedForUrls.py96 utils.nuke_pid(int(pid))
/external/autotest/client/site_tests/policy_PluginsAllowedForUrls/
Dpolicy_PluginsAllowedForUrls.py101 utils.nuke_pid(int(pid))
/external/autotest/site_utils/
Dlxc_cleanup.py110 utils.nuke_pid(int(pid), (signal.SIGKILL,))
/external/autotest/server/
Dsubcommand.py256 utils.nuke_pid(self.pid)
/external/autotest/client/common_lib/
Dutils.py1002 def nuke_pid(pid, signal_queue=(signal.SIGTERM, signal.SIGKILL)): function