Lines Matching full:scheduler
5 class scheduler:
7 A scheduler that manages several parallel test execution pipelines on a
26 # Pipes -- s stands for scheduler, w stands for worker
43 Waits for commands from the scheduler and processes them.
53 # Inform the scheduler this worker is ready
61 # The scheduler wants this worker to run a test
73 # The scheduler wants this worker to free its used resources
91 def scheduler(self):
93 The scheduler function.
225 # the scheduler