Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DCurrentContendedMonitorDebuggee.java44 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()
DOwnedMonitorsDebuggee.java44 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()
DStatusDebuggee.java42 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()
DOwnedMonitorsStackDepthInfoDebuggee.java38 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()
DInterruptDebuggee.java45 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()
DThreadGroupDebuggee.java55 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()
DStopDebuggee.java70 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()
DForceEarlyReturnDebuggee.java64 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/
DReleaseEventsDebuggee.java42 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()
DHoldEventsDebuggee.java42 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()
DAllThreadsDebuggee.java60 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/
DNameDebuggee.java52 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()
DChildrenDebuggee.java51 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()