Lines Matching refs:WorkGang
48 // WorkGang
58 class WorkGang;
254 // Class WorkGang:
255 class WorkGang: public AbstractWorkGang {
258 WorkGang(const char* name, uint workers,
301 // instead of "_total_workers" in a WorkGang. The method
304 // implementation of "needs_more_workers()" in WorkGang always
308 // A worker in "loop()" waits for notification on the WorkGang
317 class FlexibleWorkGang: public WorkGang {
335 WorkGang(name, workers, are_GC_task_threads, are_ConcurrentGC_threads),