Searched defs:threadStatus (Results 1 - 1 of 1) sorted by relevance

/art/runtime/jdwp/
H A Djdwp_handler.cc990 JDWP::JdwpThreadStatus threadStatus; local
992 JdwpError error = Dbg::GetThreadStatus(thread_id, &threadStatus, &suspendStatus);
997 VLOG(jdwp) << " --> " << threadStatus << ", " << suspendStatus;
999 expandBufAdd4BE(pReply, threadStatus);

Completed in 59 milliseconds