Searched refs:kill (Results 1 – 7 of 7) sorted by relevance
/test/vts-testcase/kernel/checkpoint/ |
D | checkpoint_utils.py | 63 kill = lambda process:process.kill() function 67 _timer = Timer(timeout, kill, [proc])
|
/test/vts/testcases/host/kernel_proc_file_api_test/ |
D | proc_utils.py | 158 kill = lambda process:process.kill() function 162 _timer = Timer(timeout, kill, [proc])
|
/test/vts/runners/host/ |
D | utils.py | 382 os.kill(os.getpid(), signal.SIGINT) 393 os.kill(os.getpid(), signal.SIGTERM) 420 os.kill(pid, windows_signal_no)
|
/test/vts/drivers/shell/ |
D | ShellDriverTest.cpp | 157 kill(p_driver, SIGKILL); in test_shell_command_output()
|
/test/vts-testcase/hal/tv/cec/V1_0/host_cec_client/ |
D | cec_utils.py | 157 self.process.kill()
|
/test/mlts/benchmark/native/ |
D | multi_process_test.cpp | 281 kill(getpid(), 9); in main()
|
/test/vts/runners/target/gtest/ |
D | gtest_main.cpp | 709 kill(child_proc.pid, SIGKILL); in HandleSignals() 829 kill(child_proc.pid, SIGKILL); in CollectChildTestResult()
|