hotspot/src/share/vm/runtime/thread.hpp
bool is_external_suspend() const {
{- -------------------------------------------
(1)
---------------------------------------- -}
return (_suspend_flags & _external_suspend) != 0;
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.