Searched refs:getAllThreadID (Results 1 – 9 of 9) sorted by relevance
54 ReplyPacket thrdReply, reply = debuggeeWrapper.vmMirror.getAllThreadID(); in testName001()
62 ReplyPacket replyThread, reply = debuggeeWrapper.vmMirror.getAllThreadID(); in testThreadGroup001()
84 allThreadIDReply = debuggeeWrapper.vmMirror.getAllThreadID(); in testSuspend001()
100 allThreadIDReply = debuggeeWrapper.vmMirror.getAllThreadID(); in testThreadGroup002()
94 allThreadIDReply = debuggeeWrapper.vmMirror.getAllThreadID(); in testSuspendCount001()
90 allThreadIDReply = debuggeeWrapper.vmMirror.getAllThreadID(); in testResume001()
63 reply = debuggeeWrapper.vmMirror.getAllThreadID(); in testSuspend001()
296 allThreadIDReply = debuggeeWrapper.vmMirror.getAllThreadID(); in createThreadInfos()
733 request = getAllThreadID(); in getThreadID()754 public ReplyPacket getAllThreadID() { in getAllThreadID() method in VmMirror