Home
last modified time | relevance | path

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

/art/runtime/
Dthread_state.h36kWaitingForDebuggerToAttach, // WAITING TS_WAIT blocked waiting for debugger to a… enumerator
Ddebugger.cc2214 case kWaitingForDebuggerToAttach: in ToJdwpThreadStatus()
/art/runtime/native/
Djava_lang_Thread.cc83 case kWaitingForDebuggerToAttach: return kJavaWaiting; in Thread_nativeGetStatus()
/art/runtime/jdwp/
Djdwp_main.cc292 ScopedThreadStateChange tsc(self, kWaitingForDebuggerToAttach); in Create()