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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsafepoint.hpp198 enum suspend_type { enum in class:ThreadSafepointState
209 volatile suspend_type _type;
218 void roll_forward(suspend_type type);
223 suspend_type type() const { return _type; }

Completed in 30 milliseconds