Searched refs:thread_status (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A Dmanagement.cpp274 int thread_status = snapshot->thread_status(); local
275 assert((thread_status & JMM_THREAD_STATE_FLAG_MASK) == 0, "Flags already set in thread_status in Thread object");
277 thread_status |= JMM_THREAD_STATE_FLAG_SUSPENDED;
280 thread_status |= JMM_THREAD_STATE_FLAG_NATIVE;
292 args->push_int(thread_status);
H A DthreadService.hpp218 java_lang_Thread::ThreadStatus thread_status() { return _thread_status; } function in class:ThreadSnapshot

Completed in 30 milliseconds