Searched defs:_should_run (Results 1 - 2 of 2) sorted by relevance
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/ | ||
H A D | concurrentMarkSweepThread.cpp | 55 volatile bool ConcurrentMarkSweepThread::_should_run = false; member in class:ConcurrentMarkSweepThread 343 _should_run = true; 353 _should_run = false; 365 while(!_should_run && icms_is_enabled()) { |
H A D | concurrentMarkSweepThread.hpp | 89 static volatile bool _should_run; // iCMS may run member in class:ConcurrentMarkSweepThread |
Completed in 32 milliseconds