Searched refs:suspendCountDebuggeeThreads (Results 1 – 1 of 1) sorted by relevance
43 static SuspendCountDebuggee_Thread[] suspendCountDebuggeeThreads = null; field in SuspendCountDebuggee71 suspendCountDebuggeeThreads = new SuspendCountDebuggee_Thread[THREAD_NUMBER_LIMIT]; in run()73 suspendCountDebuggeeThreads[i]= new SuspendCountDebuggee_Thread(i); in run()74 suspendCountDebuggeeThreads[i].start(); in run()111 while ( suspendCountDebuggeeThreads[i].isAlive() ) { in run()