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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsafepoint.hpp64 _synchronized = 2 // All Java threads are stopped at a safepoint. Only VM thread is running enumerator in enum:SafepointSynchronize::SynchronizeState
89 jlong _time_to_sync; // total time in millis spent in getting to _synchronized
146 inline static bool is_at_safepoint() { return _state == _synchronized; }
183 static void set_is_at_safepoint() { _state = _synchronized; }

Completed in 30 milliseconds