Searched refs:JdwpThreadStatus (Results 1 – 4 of 4) sorted by relevance
203 enum JdwpThreadStatus { enum210 std::ostream& operator<<(std::ostream& os, const JdwpThreadStatus& value);
1005 JDWP::JdwpThreadStatus threadStatus; in TR_Status()
435 static JDWP::JdwpThreadStatus ToJdwpThreadStatus(ThreadState state);437 JDWP::JdwpThreadStatus* pThreadStatus,
2145 JDWP::JdwpThreadStatus Dbg::ToJdwpThreadStatus(ThreadState state) { in ToJdwpThreadStatus()2179 JDWP::JdwpError Dbg::GetThreadStatus(JDWP::ObjectId thread_id, JDWP::JdwpThreadStatus* pThreadStatu… in GetThreadStatus()