OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kWaitingInMainDebuggerLoop
(Results
1 - 4
of
4
) sorted by null
/art/runtime/
thread_state.h
35
kWaitingInMainDebuggerLoop
, // WAITING TS_WAIT blocking/reading/processing debugger events
debugger.cc
[
all
...]
/art/runtime/jdwp/
jdwp_main.cc
427
/* set the thread state to
kWaitingInMainDebuggerLoop
so GCs don't wait for us */
430
thread_->SetState(
kWaitingInMainDebuggerLoop
);
472
CHECK_EQ(thread_->GetState(),
kWaitingInMainDebuggerLoop
);
507
thread_->TransitionFromRunnableToSuspended(
kWaitingInMainDebuggerLoop
);
529
CHECK_EQ(thread_->GetState(),
kWaitingInMainDebuggerLoop
);
/art/runtime/native/
java_lang_Thread.cc
82
case
kWaitingInMainDebuggerLoop
: return kJavaWaiting;
Completed in 676 milliseconds