Searched refs:getAllThreadID (Results 1 – 9 of 9) sorted by relevance
55 ReplyPacket thrdReply, reply = debuggeeWrapper.vmMirror.getAllThreadID(); in testName001()
63 ReplyPacket replyThread, reply = debuggeeWrapper.vmMirror.getAllThreadID(); in testThreadGroup001()
85 allThreadIDReply = debuggeeWrapper.vmMirror.getAllThreadID(); in testSuspend001()
99 allThreadIDReply = debuggeeWrapper.vmMirror.getAllThreadID(); in testThreadGroup002()
93 allThreadIDReply = debuggeeWrapper.vmMirror.getAllThreadID(); in testSuspendCount001()
89 allThreadIDReply = debuggeeWrapper.vmMirror.getAllThreadID(); in testResume001()
64 reply = debuggeeWrapper.vmMirror.getAllThreadID(); in testSuspend001()
294 allThreadIDReply = debuggeeWrapper.vmMirror.getAllThreadID(); in createThreadInfos()
687 request = getAllThreadID(); in getThreadID()708 public ReplyPacket getAllThreadID() { in getAllThreadID() method in VmMirror