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