Searched defs:claimed (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Dworkgroup.hpp424 // processed, none of the which are originally claimed. The number of
437 // claimed. The task "t" is required to be within the range of "this".
460 uint _n_claimed; // Number of tasks claimed.
487 // Set the number of tasks to be claimed to t. As above,
494 // and ensures that it is claimed. Will set t to be the index
495 // of the claimed task in the sequence. Will return true if
496 // the task cannot be claimed and there are none left to claim.
511 claimed = -2 enumerator in enum:FreeIdSet::__anon494
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.hpp273 // region is empty. The region can be claimed and then filled.
279 // decremented (atomically) and when it reaches 0, it can be claimed and
282 // A region is claimed for processing by atomically changing the
283 // destination_count to the claimed value (dc_claimed). After a region has
301 // Whether this region is available to be claimed, has been claimed, or has
304 // Minor subtlety: claimed() returns true if the region is marked
305 // completed(), which is desirable since a region must be claimed before it
308 bool claimed() const { return _dc_and_los >= dc_claimed; } function in class:ParallelCompactData::RegionData
343 static const region_sz_t dc_claimed; // Region has been claimed
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.hpp331 // all have been claimed.
336 // have been claimed.
399 // last claimed region
516 // were no more regions to be claimed. The problem with this was
966 // indicates whether the task has been claimed---this is only for
1082 // it updates the local fields after this task has claimed
1114 // it clears all the fields that correspond to a claimed region.
1153 bool claimed() { return _claimed; } function in class:CMTask

Completed in 39 milliseconds