Lines Matching refs:thread_id
86 thread_id(invoke_thread_id), in DebugInvokeReq()
102 const JDWP::ObjectId thread_id; member
374 static JDWP::JdwpError GetOwnedMonitors(JDWP::ObjectId thread_id,
378 static JDWP::JdwpError GetContendedMonitor(JDWP::ObjectId thread_id,
461 static JDWP::JdwpError GetThreadName(JDWP::ObjectId thread_id, std::string* name)
463 static JDWP::JdwpError GetThreadGroup(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply)
478 static JDWP::JdwpError GetThreadStatus(JDWP::ObjectId thread_id,
482 static JDWP::JdwpError GetThreadDebugSuspendCount(JDWP::ObjectId thread_id,
492 static JDWP::JdwpError GetThreadFrameCount(JDWP::ObjectId thread_id, size_t* result)
494 static JDWP::JdwpError GetThreadFrames(JDWP::ObjectId thread_id, size_t start_frame,
505 static JDWP::JdwpError SuspendThread(JDWP::ObjectId thread_id, bool request_suspension = true)
509 static void ResumeThread(JDWP::ObjectId thread_id)
514 static JDWP::JdwpError GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id,
523 static JDWP::JdwpError Interrupt(JDWP::ObjectId thread_id)
629 static JDWP::JdwpError ConfigureStep(JDWP::ObjectId thread_id, JDWP::JdwpStepSize size,
632 static void UnconfigureStep(JDWP::ObjectId thread_id)
648 static JDWP::JdwpError PrepareInvokeMethod(uint32_t request_id, JDWP::ObjectId thread_id,