Searched refs:allThreadIDReply (Results 1 – 5 of 5) sorted by relevance
82 ReplyPacket allThreadIDReply = null; in testSuspend001() local84 allThreadIDReply = debuggeeWrapper.vmMirror.getAllThreadID(); in testSuspend001()90 int threads = allThreadIDReply.getNextValueAsInt(); in testSuspend001()98 long threadID = allThreadIDReply.getNextValueAsThreadID(); in testSuspend001()
98 ReplyPacket allThreadIDReply = null; in testThreadGroup002() local100 allThreadIDReply = debuggeeWrapper.vmMirror.getAllThreadID(); in testThreadGroup002()107 int threads = allThreadIDReply.getNextValueAsInt(); in testThreadGroup002()110 long threadID = allThreadIDReply.getNextValueAsThreadID(); in testThreadGroup002()
92 ReplyPacket allThreadIDReply = null; in testSuspendCount001() local94 allThreadIDReply = debuggeeWrapper.vmMirror.getAllThreadID(); in testSuspendCount001()101 int threads = allThreadIDReply.getNextValueAsInt(); in testSuspendCount001()111 long threadID = allThreadIDReply.getNextValueAsThreadID(); in testSuspendCount001()
88 ReplyPacket allThreadIDReply = null; in testResume001() local90 allThreadIDReply = debuggeeWrapper.vmMirror.getAllThreadID(); in testResume001()97 int threads = allThreadIDReply.getNextValueAsInt(); in testResume001()100 long threadID = allThreadIDReply.getNextValueAsThreadID(); in testResume001()
294 ReplyPacket allThreadIDReply = null; in createThreadInfos() local296 allThreadIDReply = debuggeeWrapper.vmMirror.getAllThreadID(); in createThreadInfos()302 int threads = allThreadIDReply.getNextValueAsInt(); in createThreadInfos()305 long threadID = allThreadIDReply.getNextValueAsThreadID(); in createThreadInfos()