Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DInterruptDebuggee.java46 static Object waitForInterrupt = new Object(); field in InterruptDebuggee
88 synchronized(InterruptDebuggee.waitForInterrupt){ in run()
94 InterruptDebuggee.waitForInterrupt.wait(); in run()