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

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

Completed in 32 milliseconds