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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp128 bool _is_cms_thread; member in class:CMSTokenSync
131 _is_cms_thread(is_cms_thread) {
134 ConcurrentMarkSweepThread::synchronize(_is_cms_thread);
138 assert(_is_cms_thread ?
142 ConcurrentMarkSweepThread::desynchronize(_is_cms_thread);

Completed in 47 milliseconds