Searched defs:pidfile_id (Results 1 – 3 of 3) sorted by relevance
/external/autotest/scheduler/ |
D | monitor_db_functional_test.py | 150 def _set_pidfile_exit_status(self, pidfile_id, exit_status): argument 230 def _initialize_pidfile(self, pidfile_id): argument 237 def _set_last_pidfile(self, pidfile_id, working_directory, pidfile_name): argument 264 def get_pidfile_contents(self, pidfile_id, use_second_read=False): argument 274 def register_pidfile(self, pidfile_id): argument 278 def unregister_pidfile(self, pidfile_id): argument 282 def declare_process_count(self, pidfile_id, num_processes): argument
|
D | drone_manager.py | 328 def _get_drone_for_pidfile_id(self, pidfile_id): argument 776 def register_pidfile(self, pidfile_id): argument 787 def _reset_pidfile_age(self, pidfile_id): argument 792 def unregister_pidfile(self, pidfile_id): argument 798 def declare_process_count(self, pidfile_id, num_processes): argument 802 def get_pidfile_contents(self, pidfile_id, use_second_read=False): argument
|
D | agent_task.py | 136 pidfile_id = None variable in BaseAgentTask._NullMonitor
|