Searched refs:WorkGang (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Dworkgroup.hpp48 // WorkGang
58 class WorkGang;
254 // Class WorkGang:
255 class WorkGang: public AbstractWorkGang { class in inherits: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(nam
[all...]
H A Dworkgroup.cpp31 // Definitions of WorkGang methods.
55 WorkGang::WorkGang(const char* name, function in class:WorkGang
63 GangWorker* WorkGang::allocate_worker(uint which) {
73 bool WorkGang::initialize_workers() {
128 void WorkGang::run_task(AbstractGangTask* task) {
132 void WorkGang::run_task(AbstractGangTask* task, uint no_of_parallel_workers) {
174 WorkGang::run_task(task, (uint) active_workers());
/openjdk7/hotspot/src/share/vm/memory/
H A DsharedHeap.hpp48 class WorkGang;
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp2217 WorkGang* _workers;
2223 WorkGang* workers,

Completed in 384 milliseconds