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()
101 allThreadIDReply = debuggeeWrapper.vmMirror.getAllThreadID(); in testThreadGroup002()
95 allThreadIDReply = debuggeeWrapper.vmMirror.getAllThreadID(); in testSuspendCount001()
91 allThreadIDReply = debuggeeWrapper.vmMirror.getAllThreadID(); in testResume001()
64 reply = debuggeeWrapper.vmMirror.getAllThreadID(); in testSuspend001()
297 allThreadIDReply = debuggeeWrapper.vmMirror.getAllThreadID(); in createThreadInfos()
675 request = getAllThreadID(); in getThreadID()696 public ReplyPacket getAllThreadID() { in getAllThreadID() method in VmMirror