Searched refs:mainThread (Results 1 – 2 of 2) sorted by relevance
60 long mainThread = debuggeeWrapper.vmMirror.getThreadID(mainThreadName); in testThisObjectTest001() local61 logWriter.println("==> Found main thread: " + mainThread); in testThisObjectTest001()77 if ( mainThread == -1 ) { in testThisObjectTest001()85 jdwpSuspendThread(mainThread); in testThisObjectTest001()88 int frameCount = jdwpGetFrameCount(mainThread); in testThisObjectTest001()92 FrameInfo[] frameIDs = jdwpGetFrames(mainThread, 0, frameCount); in testThisObjectTest001()125 packet.setNextValueAsThreadID(mainThread); in testThisObjectTest001()210 jdwpResumeThread(mainThread); in testThisObjectTest001()
194 final Thread mainThread = Thread.currentThread(); in testDrainUninterruptibly_doesNotThrow() local198 new Interrupter(mainThread).run(); in testDrainUninterruptibly_doesNotThrow()