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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMarkThread.hpp80 bool in_progress() { return _in_progress; } function in class:ConcurrentMarkThread
85 // marking bitmap has been cleared and in_progress() is
87 // so that cycles do not overlap. We cannot use just in_progress()
89 // that started() is set and set in_progress().
90 bool during_cycle() { return started() || in_progress(); }

Completed in 32 milliseconds