Lines Matching refs:jobs
52 - run(): executes a command setting PARALLELISM=<available slots jobs + 1>.
58 self.jobs = b""
132 # Something went wrong. Clear self.jobs to avoid writing
134 self.jobs = b""
147 # the jobs and give up.
149 if self.jobs:
150 os.write(self.writer, self.jobs)
154 self.jobs += slot
159 self.claim = len(self.jobs) + 1
168 if len(self.jobs):
169 os.write(self.writer, self.jobs)