Home
last modified time | relevance | path

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

/external/autotest/scheduler/
Dmonitor_db_functional_test.py121 def finish_process(self, pidfile_type, exit_status=0): argument
122 pidfile_id = self._last_pidfile_id[pidfile_type]
146 def was_last_process_killed(self, pidfile_type, sigs): argument
147 pidfile_id = self._last_pidfile_id[pidfile_type]
230 pidfile_type = _PidfileType.get_value(type_string)
232 pidfile_type = _PIDFILE_TO_PIDFILE_TYPE[pidfile_name]
233 self._last_pidfile_id[pidfile_type] = pidfile_id
553 def _ensure_post_job_process_is_paired(self, queue_entry, pidfile_type): argument
554 pidfile_name = _PIDFILE_TYPE_TO_PIDFILE[pidfile_type]
779 def _test_recover_verifying_hqe_helper(self, task, pidfile_type): argument
[all …]