Searched defs:SuspendCountDebuggee_Thread (Results 1 - 1 of 1) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DSuspendCountDebuggee.java43 static SuspendCountDebuggee_Thread[] suspendCountDebuggeeThreads = null;
71 suspendCountDebuggeeThreads = new SuspendCountDebuggee_Thread[THREAD_NUMBER_LIMIT];
73 suspendCountDebuggeeThreads[i]= new SuspendCountDebuggee_Thread(i);
128 class SuspendCountDebuggee_Thread extends Thread { class in inherits:Thread
132 public SuspendCountDebuggee_Thread(int threadNumber) { method in class:SuspendCountDebuggee_Thread

Completed in 96 milliseconds