Home
last modified time | relevance | path

Searched refs:GetThreadStatus (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Ddebugger.h458 static JDWP::JdwpError GetThreadStatus(JDWP::ObjectId thread_id,
Ddebugger.cc2233 JDWP::JdwpError Dbg::GetThreadStatus(JDWP::ObjectId thread_id, JDWP::JdwpThreadStatus* pThreadStatu… in GetThreadStatus() function in art::Dbg
/art/runtime/jdwp/
Djdwp_handler.cc956 JdwpError error = Dbg::GetThreadStatus(thread_id, &threadStatus, &suspendStatus); in TR_Status()