Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
Dcpuhotplug06.sh36 pid_is_valid ${TOP_PID} && kill_pid ${TOP_PID}
77 TOP_PID=$!
89 if ! pid_is_valid ${TOP_PID} ; then
90 tst_resm TFAIL "PID ${TOP_PID} no longer running"
95 kill_pid ${TOP_PID}
101 tst_resm TPASS "PID ${TOP_PID} still running."
/external/autotest/server/cros/
Dresource_monitor_unittest.py20 TOP_PID = '1234' variable in HostMock
73 return HostMock.TOP_PID
91 self.test_env.assertEqual(pid_to_kill, HostMock.TOP_PID,
93 HostMock.TOP_PID))