Searched refs:should_exit_termination (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Dtaskqueue.cpp242 (terminator != NULL && terminator->should_exit_termination())) {
H A Dtaskqueue.hpp616 virtual bool should_exit_termination() = 0;
655 // As above, but it also terminates if the should_exit_termination()
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.hpp1140 virtual bool should_exit_termination();
H A DconcurrentMark.cpp3424 bool CMTask::should_exit_termination() { function in class:CMTask
4209 // hence its should_exit_termination() method will also decide
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp3775 bool should_exit_termination();
3868 bool CMSConcMarkingTerminatorTerminator::should_exit_termination() {

Completed in 58 milliseconds