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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DgcTaskThread.hpp49 bool _is_working; // True if participating in GC tasks member in class:GCTaskThread
90 void set_is_working(bool v) { _is_working = v; }

Completed in 29 milliseconds