Searched refs:pidfile_type (Results 1 – 1 of 1) sorted by relevance
121 def finish_process(self, pidfile_type, exit_status=0): argument122 pidfile_id = self._last_pidfile_id[pidfile_type]146 def was_last_process_killed(self, pidfile_type, sigs): argument147 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_id553 def _ensure_post_job_process_is_paired(self, queue_entry, pidfile_type): argument554 pidfile_name = _PIDFILE_TYPE_TO_PIDFILE[pidfile_type]779 def _test_recover_verifying_hqe_helper(self, task, pidfile_type): argument[all …]