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.py140 def finish_process(self, pidfile_type, exit_status=0): argument
141 pidfile_id = self._last_pidfile_id[pidfile_type]
157 def was_last_process_killed(self, pidfile_type, sigs): argument
158 pidfile_id = self._last_pidfile_id[pidfile_type]
241 pidfile_type = _PidfileType.get_value(type_string)
243 pidfile_type = _PIDFILE_TO_PIDFILE_TYPE[pidfile_name]
244 self._last_pidfile_id[pidfile_type] = pidfile_id
560 def _ensure_post_job_process_is_paired(self, queue_entry, pidfile_type): argument
561 pidfile_name = _PIDFILE_TYPE_TO_PIDFILE[pidfile_type]
788 def _test_recover_verifying_hqe_helper(self, task, pidfile_type): argument
[all …]