Searched defs:is_ext_suspended (Results 1 - 2 of 2) 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
/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();

Completed in 249 milliseconds