Searched defs:pidfile_id (Results 1 – 3 of 3) sorted by relevance
/external/autotest/scheduler/ |
D | monitor_db_functional_test.py | 137 def _set_pidfile_exit_status(self, pidfile_id, exit_status): argument 217 def _initialize_pidfile(self, pidfile_id): argument 224 def _set_last_pidfile(self, pidfile_id, working_directory, pidfile_name): argument 251 def get_pidfile_contents(self, pidfile_id, use_second_read=False): argument 261 def register_pidfile(self, pidfile_id): argument 265 def unregister_pidfile(self, pidfile_id): argument 269 def declare_process_count(self, pidfile_id, num_processes): argument
|
D | drone_manager.py | 334 def _get_drone_for_pidfile_id(self, pidfile_id): argument 761 def register_pidfile(self, pidfile_id): argument 772 def _reset_pidfile_age(self, pidfile_id): argument 777 def unregister_pidfile(self, pidfile_id): argument 783 def declare_process_count(self, pidfile_id, num_processes): argument 787 def get_pidfile_contents(self, pidfile_id, use_second_read=False): argument
|
D | agent_task.py | 141 pidfile_id = None variable in BaseAgentTask._NullMonitor
|