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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsTasks.cpp153 if (terminator()->offer_termination()) {
H A DpcTasks.cpp215 } while (!terminator()->offer_termination());
277 if (terminator()->offer_termination()) {
/openjdk7/hotspot/src/share/vm/utilities/
H A Dtaskqueue.hpp651 bool offer_termination() { function in class:ParallelTaskTerminator
652 return offer_termination(NULL);
658 bool offer_termination(TerminatorTerminator* terminator);
H A Dtaskqueue.cpp162 ParallelTaskTerminator::offer_termination(TerminatorTerminator* terminator) { function in class:ParallelTaskTerminator
226 gclog_or_tty->print_cr("ParallelTaskTerminator::offer_termination() "
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp4854 inline bool offer_termination();
4857 bool G1ParEvacuateFollowersClosure::offer_termination() { function in class:G1ParEvacuateFollowersClosure
4860 const bool res = terminator()->offer_termination();
4884 } while (!offer_termination());
H A DconcurrentMark.cpp4212 _cm->terminator()->offer_termination(this));
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp569 if (terminator()->offer_termination()) break;
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp4233 } else if (terminator()->offer_termination(&_term_term)) {
5444 } else if (terminator()->offer_termination()) {
5898 } else if (terminator()->offer_termination()) {

Completed in 94 milliseconds