Home
last modified time | relevance | path

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

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