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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DgcTaskManager.hpp705 volatile bool _should_wait; // true=>wait, false=>proceed. member in class:WaitForBarrierGCTask
718 _should_wait = value;
730 return _should_wait;

Completed in 756 milliseconds