Home
last modified time | relevance | path

Searched refs:waitForStart (Results 1 – 15 of 15) 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
54 synchronized (waitForStart) { in run()
57 waitForStart.wait(); in run()
64 synchronized (waitForStart) { in run()
95 synchronized (CurrentContendedMonitorDebuggee.waitForStart) { in run()
96 CurrentContendedMonitorDebuggee.waitForStart.notifyAll(); in run()
100 CurrentContendedMonitorDebuggee.waitForStart.wait(); in run()
DOwnedMonitorsStackDepthInfoDebuggee.java38 static Object waitForStart = new Object(); field in OwnedMonitorsStackDepthInfoDebuggee
46 synchronized(waitForStart){ in run()
49 waitForStart.wait(); in run()
94 synchronized(OwnedMonitorsStackDepthInfoDebuggee.waitForStart){ in run3()
96 OwnedMonitorsStackDepthInfoDebuggee.waitForStart.notifyAll(); in run3()
DOwnedMonitorsDebuggee.java44 static Object waitForStart = new Object(); field in OwnedMonitorsDebuggee
52 synchronized(waitForStart){ in run()
55 waitForStart.wait(); in run()
83 synchronized(OwnedMonitorsDebuggee.waitForStart){ in run()
85 OwnedMonitorsDebuggee.waitForStart.notifyAll(); in run()
DStatusDebuggee.java42 static Object waitForStart = new Object(); field in StatusDebuggee
50 synchronized(waitForStart){ in run()
53 waitForStart.wait(); in run()
81 synchronized(StatusDebuggee.waitForStart){ in run()
83 StatusDebuggee.waitForStart.notifyAll(); in run()
DInterruptDebuggee.java45 static Object waitForStart = new Object(); field in InterruptDebuggee
54 synchronized(waitForStart){ in run()
57 waitForStart.wait(); in run()
85 synchronized(InterruptDebuggee.waitForStart){ in run()
87 InterruptDebuggee.waitForStart.notifyAll(); in run()
DThreadGroupDebuggee.java55 static Object waitForStart = new Object(); field in ThreadGroupDebuggee
75 synchronized(waitForStart){ in run()
78 waitForStart.wait(); in run()
114 synchronized(ThreadGroupDebuggee.waitForStart){ in run()
116 ThreadGroupDebuggee.waitForStart.notifyAll(); in run()
DStopDebuggee.java70 static Object waitForStart = new Object(); field in StopDebuggee
78 synchronized(waitForStart){ in run()
81 waitForStart.wait(); in run()
112 synchronized(waitForStart){ in run()
113 waitForStart.notifyAll(); in run()
DForceEarlyReturnDebuggee.java61 static Object waitForStart = new Object(); field in ForceEarlyReturnDebuggee
95 synchronized (waitForStart) { in run()
98 waitForStart.wait(); in run()
204 synchronized (ForceEarlyReturnDebuggee.waitForStart) { in run()
206 ForceEarlyReturnDebuggee.waitForStart.notifyAll(); in run()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DHoldEventsDebuggee.java42 static Object waitForStart = new Object(); field in HoldEventsDebuggee
55 synchronized(waitForStart){ in run()
59 waitForStart.wait(); in run()
87 synchronized(HoldEventsDebuggee.waitForStart){ in run()
89 HoldEventsDebuggee.waitForStart.notifyAll(); in run()
DReleaseEventsDebuggee.java42 static Object waitForStart = new Object(); field in ReleaseEventsDebuggee
55 synchronized(waitForStart){ in run()
59 waitForStart.wait(); in run()
87 synchronized(ReleaseEventsDebuggee.waitForStart){ in run()
89 ReleaseEventsDebuggee.waitForStart.notifyAll(); in run()
DAllThreadsDebuggee.java60 static Object waitForStart = new Object(); field in AllThreadsDebuggee
67 synchronized(waitForStart){ in run()
70 waitForStart.wait(); in run()
103 synchronized(AllThreadsDebuggee.waitForStart){ in run()
105 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
62 synchronized(waitForStart){ in run()
65 waitForStart.wait(); in run()
93 synchronized(NameDebuggee.waitForStart){ in run()
95 NameDebuggee.waitForStart.notifyAll(); in run()
DChildrenDebuggee.java51 static Object waitForStart = new Object(); field in ChildrenDebuggee
61 synchronized(waitForStart){ in run()
64 waitForStart.wait(); in run()
94 synchronized(ChildrenDebuggee.waitForStart){ in run()
96 ChildrenDebuggee.waitForStart.notifyAll(); in run()
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DExecutionSequencerTest.java106 blockingCallable.waitForStart(); in testCancellationMultipleThreads()
133 blockingCallable.waitForStart(); in testSecondTaskWaitsForFirstEvenIfCancelled()
435 public void waitForStart() throws InterruptedException {
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DExecutionSequencerTest.java106 blockingCallable.waitForStart(); in testCancellationMultipleThreads()
133 blockingCallable.waitForStart(); in testSecondTaskWaitsForFirstEvenIfCancelled()
435 public void waitForStart() throws InterruptedException {