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

/openjdk7/hotspot/src/share/vm/utilities/
H A DyieldingWorkgroup.hpp148 bool yielded() const { return _status == YIELDED; } function in class:YieldingFlexibleGangTask
175 // A task that has been yielded can be continued via this same interface
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp2273 // We yielded to a foreground GC, nothing more to be
2307 // since the background collector may have yielded to the
2603 // indicating that it has yielded. The foreground
3525 gclog_or_tty->print_cr(" (CMS-concurrent-%s yielded %d times)", _phase,
3874 // thread has yielded.
4327 while (tsk.yielded()) {
4363 while (tsk.yielded()) {
6914 // We yielded for some foreground stop-world work,

Completed in 53 milliseconds