Searched refs:pidfile_type (Results 1 – 1 of 1) sorted by relevance
140 def finish_process(self, pidfile_type, exit_status=0): argument141 pidfile_id = self._last_pidfile_id[pidfile_type]157 def was_last_process_killed(self, pidfile_type, sigs): argument158 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_id560 def _ensure_post_job_process_is_paired(self, queue_entry, pidfile_type): argument561 pidfile_name = _PIDFILE_TYPE_TO_PIDFILE[pidfile_type]788 def _test_recover_verifying_hqe_helper(self, task, pidfile_type): argument[all …]