/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
D | CurrentContendedMonitorDebuggee.java | 44 static Object waitForStart = new Object(); field in CurrentContendedMonitorDebuggee 53 synchronized (waitForStart) { in run() 56 waitForStart.wait(); in run() 63 synchronized (waitForStart) { in run() 93 synchronized (CurrentContendedMonitorDebuggee.waitForStart) { in run() 94 CurrentContendedMonitorDebuggee.waitForStart.notifyAll(); in run() 98 CurrentContendedMonitorDebuggee.waitForStart.wait(); in run()
|
D | OwnedMonitorsDebuggee.java | 44 static Object waitForStart = new Object(); field in OwnedMonitorsDebuggee 51 synchronized(waitForStart){ in run() 54 waitForStart.wait(); in run() 81 synchronized(OwnedMonitorsDebuggee.waitForStart){ in run() 83 OwnedMonitorsDebuggee.waitForStart.notifyAll(); in run()
|
D | StatusDebuggee.java | 42 static Object waitForStart = new Object(); field in StatusDebuggee 49 synchronized(waitForStart){ in run() 52 waitForStart.wait(); in run() 79 synchronized(StatusDebuggee.waitForStart){ in run() 81 StatusDebuggee.waitForStart.notifyAll(); in run()
|
D | OwnedMonitorsStackDepthInfoDebuggee.java | 38 static Object waitForStart = new Object(); field in OwnedMonitorsStackDepthInfoDebuggee 45 synchronized(waitForStart){ in run() 48 waitForStart.wait(); in run() 92 synchronized(OwnedMonitorsStackDepthInfoDebuggee.waitForStart){ in run3() 94 OwnedMonitorsStackDepthInfoDebuggee.waitForStart.notifyAll(); in run3()
|
D | InterruptDebuggee.java | 45 static Object waitForStart = new Object(); field in InterruptDebuggee 53 synchronized(waitForStart){ in run() 56 waitForStart.wait(); in run() 83 synchronized(InterruptDebuggee.waitForStart){ in run() 85 InterruptDebuggee.waitForStart.notifyAll(); in run()
|
D | ThreadGroupDebuggee.java | 55 static Object waitForStart = new Object(); field in ThreadGroupDebuggee 74 synchronized(waitForStart){ in run() 77 waitForStart.wait(); in run() 112 synchronized(ThreadGroupDebuggee.waitForStart){ in run() 114 ThreadGroupDebuggee.waitForStart.notifyAll(); in run()
|
D | StopDebuggee.java | 70 static Object waitForStart = new Object(); field in StopDebuggee 77 synchronized(waitForStart){ in run() 80 waitForStart.wait(); in run() 110 synchronized(waitForStart){ in run() 111 waitForStart.notifyAll(); in run()
|
D | ForceEarlyReturnDebuggee.java | 64 static Object waitForStart = new Object(); field in ForceEarlyReturnDebuggee 73 synchronized (waitForStart) { in run() 76 waitForStart.wait(); in run() 186 synchronized (ForceEarlyReturnDebuggee.waitForStart) { in run() 188 ForceEarlyReturnDebuggee.waitForStart.notifyAll(); in run()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
D | ReleaseEventsDebuggee.java | 42 static Object waitForStart = new Object(); field in ReleaseEventsDebuggee 54 synchronized(waitForStart){ in run() 58 waitForStart.wait(); in run() 85 synchronized(ReleaseEventsDebuggee.waitForStart){ in run() 87 ReleaseEventsDebuggee.waitForStart.notifyAll(); in run()
|
D | HoldEventsDebuggee.java | 42 static Object waitForStart = new Object(); field in HoldEventsDebuggee 54 synchronized(waitForStart){ in run() 58 waitForStart.wait(); in run() 85 synchronized(HoldEventsDebuggee.waitForStart){ in run() 87 HoldEventsDebuggee.waitForStart.notifyAll(); in run()
|
D | AllThreadsDebuggee.java | 60 static Object waitForStart = new Object(); field in AllThreadsDebuggee 66 synchronized(waitForStart){ in run() 69 waitForStart.wait(); in run() 101 synchronized(AllThreadsDebuggee.waitForStart){ in run() 103 AllThreadsDebuggee.waitForStart.notifyAll(); in run()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadGroupReference/ |
D | NameDebuggee.java | 52 static Object waitForStart = new Object(); field in NameDebuggee 61 synchronized(waitForStart){ in run() 64 waitForStart.wait(); in run() 91 synchronized(NameDebuggee.waitForStart){ in run() 93 NameDebuggee.waitForStart.notifyAll(); in run()
|
D | ChildrenDebuggee.java | 51 static Object waitForStart = new Object(); field in ChildrenDebuggee 60 synchronized(waitForStart){ in run() 63 waitForStart.wait(); in run() 92 synchronized(ChildrenDebuggee.waitForStart){ in run() 94 ChildrenDebuggee.waitForStart.notifyAll(); in run()
|