Lines Matching refs:workers
49 // Several instances of this class run in parallel as workers for a gang.
84 // and where the workers will periodically yield, usually
94 // gang workers waiting on the bench; in other words, the
162 YieldingFlexibleWorkGang(const char* name, uint workers,
173 // Run a task; returns when the task is done, or the workers yield,
178 // continuation information used by workers to continue the task
180 // immediately with no actual work having been done by the workers.
187 // Abort a currently running task, if any; returns when all the workers
192 // Yield: workers wait at their current working stations
196 // Abort: workers are expected to return to their waiting