Searched refs:run_task (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Dworkgroup.hpp125 // You subclass this to supply an implementation of run_task().
134 virtual void run_task(AbstractGangTask* task) = 0;
261 virtual void run_task(AbstractGangTask* task);
262 void run_task(AbstractGangTask* task, uint no_of_parallel_workers);
320 // and checked in the run_task() method at each invocation.
348 virtual void run_task(AbstractGangTask* task);
H A DyieldingWorkgroup.hpp157 // being the thread that orchestrates the WorkGang via run_task().
181 void run_task(AbstractGangTask* task) { function in class:YieldingFlexibleWorkGang
H A Dworkgroup.cpp128 void WorkGang::run_task(AbstractGangTask* task) { function in class:WorkGang
129 run_task(task, total_workers());
132 void WorkGang::run_task(AbstractGangTask* task, uint no_of_parallel_workers) { function in class:WorkGang
169 void FlexibleWorkGang::run_task(AbstractGangTask* task) { function in class:FlexibleWorkGang
174 WorkGang::run_task(task, (uint) active_workers());
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp1094 _parallel_workers->run_task(&task);
1133 _parallel_workers->run_task(&markingTask);
1530 // in the call to run_task().
1655 // in the call to run_task().
1885 g1h->workers()->run_task(&g1_par_count_task);
1912 g1h->workers()->run_task(&g1_par_verify_task);
1946 g1h->workers()->run_task(&g1_par_note_end_task);
1970 g1h->workers()->run_task(&g1_par_scrub_rs_task);
2271 _workers->run_task(&proc_task_proxy);
2303 _workers->run_task(
[all...]
H A Dg1CollectedHeap.cpp82 // It does use run_task() which sets _n_workers in the task.
1475 workers()->run_task(&rebuild_rs_task);
3429 workers()->run_task(&task);
4337 workers()->run_task(&rsfp_task);
5388 _workers->run_task(&proc_task_proxy);
5419 _workers->run_task(&enq_task_proxy);
5559 workers()->run_task(&keep_cm_referents);
5733 workers()->run_task(&g1_par_task);
5998 workers()->run_task(&cleanup_task);
H A Dg1CollectorPolicy.cpp1602 _g1->workers()->run_task(&parKnownGarbageTask);
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp838 workers->run_task(&rp_task);
849 workers->run_task(&enq_task);
1000 workers->run_task(&tsk);
1019 // Can the mt_degree be set later (at run_task() time would be best)?
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp5657 workers->run_task(&tsk);
5918 workers->run_task(&rp_task);
5928 workers->run_task(&enq_task);

Completed in 96 milliseconds