Home | History | Annotate | Download | only in scheduler

Lines Matching refs:synch_count

868         if (self.job.synch_count == 1 and
972 'control_type', 'created_on', 'synch_count', 'timeout',
1101 ready = (pending_count >= self.synch_count)
1106 self, pending_count, self.synch_count)
1161 if not_yet_run.count() < self.synch_count:
1325 num_entries_wanted = self.synch_count
1341 if len(chosen_entries) < self.synch_count:
1343 self.id, self.synch_count, chosen_entries))