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