Searched refs:is_ext_suspended (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DthreadService.hpp224 bool is_ext_suspended() { return _is_ext_suspended; } function in class:ThreadSnapshot
H A Dmanagement.cpp276 if (snapshot->is_ext_suspended()) {
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp1118 bool is_ext_suspended() const { function in class:JavaThread
1150 return is_ext_suspended() || is_external_suspend();
H A Dsafepoint.cpp928 bool is_suspended = _thread->is_ext_suspended();
H A Dthread.cpp572 // is_ext_suspended() to reduce the risk of a rogue resume
578 if (is_ext_suspended()) {
2276 assert(!this->is_ext_suspended(),
2301 while (is_ext_suspended()) {
2453 if (is_ext_suspended()) {
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.cpp1213 if (thr->is_ext_suspended() || thr->is_external_suspend()) {

Completed in 52 milliseconds