Lines Matching refs:thread_id
330 static JDWP::JdwpError GetOwnedMonitors(JDWP::ObjectId thread_id,
335 static JDWP::JdwpError GetContendedMonitor(JDWP::ObjectId thread_id,
417 static JDWP::JdwpError GetThreadName(JDWP::ObjectId thread_id, std::string& name)
420 static JDWP::JdwpError GetThreadGroup(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply)
436 static JDWP::JdwpError GetThreadStatus(JDWP::ObjectId thread_id,
440 static JDWP::JdwpError GetThreadDebugSuspendCount(JDWP::ObjectId thread_id,
452 static JDWP::JdwpError GetThreadFrameCount(JDWP::ObjectId thread_id, size_t& result)
454 static JDWP::JdwpError GetThreadFrames(JDWP::ObjectId thread_id, size_t start_frame,
468 static JDWP::JdwpError SuspendThread(JDWP::ObjectId thread_id, bool request_suspension = true)
473 static void ResumeThread(JDWP::ObjectId thread_id)
479 static JDWP::JdwpError GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id,
491 static JDWP::JdwpError Interrupt(JDWP::ObjectId thread_id)
556 static JDWP::JdwpError ConfigureStep(JDWP::ObjectId thread_id, JDWP::JdwpStepSize size,
559 static void UnconfigureStep(JDWP::ObjectId thread_id)
563 static JDWP::JdwpError InvokeMethod(JDWP::ObjectId thread_id, JDWP::ObjectId object_id,