Lines Matching refs:thread_id
59 : request_id(invoke_request_id), thread_id(invoke_thread_id), receiver(invoke_receiver),
70 const JDWP::ObjectId thread_id;
335 static JDWP::JdwpError GetOwnedMonitors(JDWP::ObjectId thread_id,
339 static JDWP::JdwpError GetContendedMonitor(JDWP::ObjectId thread_id,
420 static JDWP::JdwpError GetThreadName(JDWP::ObjectId thread_id, std::string* name)
422 static JDWP::JdwpError GetThreadGroup(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply)
437 static JDWP::JdwpError GetThreadStatus(JDWP::ObjectId thread_id,
441 static JDWP::JdwpError GetThreadDebugSuspendCount(JDWP::ObjectId thread_id,
444 // static void WaitForSuspend(JDWP::ObjectId thread_id);
451 static JDWP::JdwpError GetThreadFrameCount(JDWP::ObjectId thread_id, size_t* result)
453 static JDWP::JdwpError GetThreadFrames(JDWP::ObjectId thread_id, size_t start_frame,
464 static JDWP::JdwpError SuspendThread(JDWP::ObjectId thread_id, bool request_suspension = true)
468 static void ResumeThread(JDWP::ObjectId thread_id)
473 static JDWP::JdwpError GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id,
482 static JDWP::JdwpError Interrupt(JDWP::ObjectId thread_id)
594 static JDWP::JdwpError ConfigureStep(JDWP::ObjectId thread_id, JDWP::JdwpStepSize size,
597 static void UnconfigureStep(JDWP::ObjectId thread_id)
613 static JDWP::JdwpError PrepareInvokeMethod(uint32_t request_id, JDWP::ObjectId thread_id,