Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/tests/
Drobot_tests_provider.py182 def is_process_running(pid): function
208 if not is_process_running(proc.pid):
337 …return cls.robot_frontend_process is not None and is_process_running(cls.robot_frontend_process.pi…