Home
last modified time | relevance | path

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

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