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

/openjdk7/hotspot/src/share/vm/runtime/
H A DvmThread.hpp128 static bool is_terminated() { return _terminated == true; } function in class:VMThread
H A Dthread.hpp1026 bool is_exiting() { return _terminated == _thread_exiting || is_terminated(); }
1030 bool is_terminated() { return _terminated != _not_terminated && _terminated != _thread_exiting; } function in class:JavaThread
1346 if (thread_from_jni_env->is_terminated()) {

Completed in 29 milliseconds