Searched refs:should_terminate (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DvmThread.hpp127 static bool should_terminate() { return _should_terminate; } function in class:VMThread
H A DvmThread.cpp295 assert(should_terminate(), "termination flag must be set");
446 while (!should_terminate() && _cur_vm_operation == NULL) {
483 if (should_terminate()) break;
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepThread.hpp120 static bool should_terminate() { return _should_terminate; } function in class:ConcurrentMarkSweepThread
H A DconcurrentMarkSweepGeneration.cpp4472 ConcurrentMarkSweepThread::should_terminate())) {
/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.cpp2215 if (VMThread::should_terminate()) { cut_short = true; break; }
2233 if (VMThread::should_terminate()) { cut_short = true; break; }
H A Doutput.cpp1645 if (!VMThread::should_terminate()) { // test this under the tty lock

Completed in 93 milliseconds