Searched refs:SuspendCountDebuggee_Thread (Results 1 – 1 of 1) sorted by relevance
43 static SuspendCountDebuggee_Thread[] suspendCountDebuggeeThreads = null;71 suspendCountDebuggeeThreads = new SuspendCountDebuggee_Thread[THREAD_NUMBER_LIMIT]; in run()73 suspendCountDebuggeeThreads[i]= new SuspendCountDebuggee_Thread(i); in run()128 class SuspendCountDebuggee_Thread extends Thread { class132 public SuspendCountDebuggee_Thread(int threadNumber) { in SuspendCountDebuggee_Thread() method in SuspendCountDebuggee_Thread