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

/openjdk7/hotspot/src/share/vm/utilities/
H A DyieldingWorkgroup.cpp149 status != COMPLETED && status != YIELDED && status != ABORTED;
164 case YIELDED: {
186 assert(_yielded_workers > 0 && yielding_task()->status() == YIELDED,
216 yielding_task()->set_status(YIELDED);
225 case YIELDED: {
264 case YIELDED:
361 data.yf_task()->set_status(YIELDED);
370 default: // everything else: INACTIVE, YIELDED, ABORTED, COMPLETED
H A DyieldingWorkgroup.hpp41 YIELDED, enumerator in enum:Status
148 bool yielded() const { return _status == YIELDED; }

Completed in 243 milliseconds