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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsafepoint.hpp197 // _running.
199 _running = 0, // Thread state not yet determined (i.e., not at a safepoint yet) enumerator in enum:ThreadSafepointState::suspend_type
224 bool is_running() const { return (_type==_running); }

Completed in 28 milliseconds