Searched refs:pidfile_type (Results 1 – 1 of 1) sorted by relevance
119 def finish_process(self, pidfile_type, exit_status=0): argument120 pidfile_id = self._last_pidfile_id[pidfile_type]144 def was_last_process_killed(self, pidfile_type, sigs): argument145 pidfile_id = self._last_pidfile_id[pidfile_type]228 pidfile_type = _PidfileType.get_value(type_string)230 pidfile_type = _PIDFILE_TO_PIDFILE_TYPE[pidfile_name]231 self._last_pidfile_id[pidfile_type] = pidfile_id549 def _ensure_post_job_process_is_paired(self, queue_entry, pidfile_type): argument550 pidfile_name = _PIDFILE_TYPE_TO_PIDFILE[pidfile_type]777 def _test_recover_verifying_hqe_helper(self, task, pidfile_type): argument[all …]