Searched refs:GetThreadStatus (Results 1 – 3 of 3) sorted by relevance
446 static JDWP::JdwpError GetThreadStatus(JDWP::ObjectId thread_id,
2232 JDWP::JdwpError Dbg::GetThreadStatus(JDWP::ObjectId thread_id, JDWP::JdwpThreadStatus* pThreadStatu… in GetThreadStatus() function in art::Dbg
984 JdwpError error = Dbg::GetThreadStatus(thread_id, &threadStatus, &suspendStatus); in TR_Status()