Home
last modified time | relevance | path

Searched refs:kStarting (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dthread_state.h42kStarting, // NEW TS_WAIT native thread started, not yet re… enumerator
Dthread.cc956 if (state > kWaiting && state < kStarting) { in ShouldShowNativeStack()
Ddebugger.cc2143 case kStarting: in ToJdwpThreadStatus()
/art/runtime/native/
Djava_lang_Thread.cc62 ThreadState internal_thread_state = (has_been_started ? kTerminated : kStarting); in Thread_nativeGetStatus()
75 case kStarting: return kJavaNew; in Thread_nativeGetStatus()