Searched refs:set_concurrency_and_phase (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.hpp478 void set_concurrency_and_phase(uint active_tasks, bool concurrent);
H A DconcurrentMark.cpp683 void ConcurrentMark::set_concurrency_and_phase(uint active_tasks, bool concurrent) { function in class:ConcurrentMark
872 // see assertion failures from any subsequent set_concurrency_and_phase()
1124 // Parallel task terminator is set in "set_concurrency_and_phase()"
1125 set_concurrency_and_phase(active_workers, true /* concurrent */);
2471 set_concurrency_and_phase(active_workers, false /* concurrent */);
2487 set_concurrency_and_phase(active_workers, false /* concurrent */);

Completed in 35 milliseconds