Home
last modified time | relevance | path

Searched refs:threadKind (Results 1 – 5 of 5) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DSuspendDebuggee.java120 int threadKind; field in SuspendDebuggee_Thread
124 threadKind = threadNumber % 3; in SuspendDebuggee_Thread()
133 switch ( threadKind ) { in run()
DResumeDebuggee.java125 int threadKind; field in ResumeDebuggee_Thread
129 threadKind = threadNumber % 3; in ResumeDebuggee_Thread()
138 switch ( threadKind ) { in run()
DSuspendCountDebuggee.java130 int threadKind; field in SuspendCountDebuggee_Thread
134 threadKind = threadNumber % 3; in SuspendCountDebuggee_Thread()
143 switch ( threadKind ) { in run()
DThreadGroup002Debuggee.java157 int threadKind; field in ThreadGroup002Debuggee_Thread
162 threadKind = threadNumber % 3; in ThreadGroup002Debuggee_Thread()
171 switch ( threadKind ) { in run()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DResumeDebuggee.java126 int threadKind; field in ResumeDebuggee_Thread
130 threadKind = threadNumber % 3; in ResumeDebuggee_Thread()
139 switch ( threadKind ) { in run()