Searched refs:threadStarted (Results 1 - 19 of 19) sorted by relevance

/openjdk9/jdk/test/java/util/concurrent/tck/
H A DExchangerTest.java99 final CountDownLatch threadStarted = new CountDownLatch(1);
102 threadStarted.countDown();
106 await(threadStarted);
116 final CountDownLatch threadStarted = new CountDownLatch(1);
119 threadStarted.countDown();
123 await(threadStarted);
H A DThreadPoolExecutorTest.java136 final CountDownLatch threadStarted = new CountDownLatch(1);
140 threadStarted.countDown();
144 await(threadStarted);
207 final CountDownLatch threadStarted = new CountDownLatch(1);
213 threadStarted.countDown();
218 await(threadStarted);
408 final CountDownLatch threadStarted = new CountDownLatch(1);
411 threadStarted.countDown();
415 await(threadStarted);
431 final CountDownLatch threadStarted
[all...]
H A DScheduledExecutorSubclassTest.java420 final CountDownLatch threadStarted = new CountDownLatch(1);
424 threadStarted.countDown();
428 await(threadStarted);
440 final CountDownLatch threadStarted = new CountDownLatch(1);
446 threadStarted.countDown();
451 await(threadStarted);
506 final CountDownLatch threadStarted = new CountDownLatch(1);
510 threadStarted.countDown();
514 await(threadStarted);
528 final CountDownLatch threadStarted
[all...]
H A DScheduledExecutorTest.java364 final CountDownLatch threadStarted = new CountDownLatch(1);
368 threadStarted.countDown();
372 await(threadStarted);
384 final CountDownLatch threadStarted = new CountDownLatch(1);
390 threadStarted.countDown();
395 await(threadStarted);
448 final CountDownLatch threadStarted = new CountDownLatch(1);
454 threadStarted.countDown();
458 await(threadStarted);
472 final CountDownLatch threadStarted
[all...]
H A DThreadPoolExecutorSubclassTest.java283 final CountDownLatch threadStarted = new CountDownLatch(1);
287 threadStarted.countDown();
291 await(threadStarted);
354 final CountDownLatch threadStarted = new CountDownLatch(1);
360 threadStarted.countDown();
365 await(threadStarted);
555 final CountDownLatch threadStarted = new CountDownLatch(1);
558 threadStarted.countDown();
562 await(threadStarted);
578 final CountDownLatch threadStarted
[all...]
H A DBlockingQueueTest.java285 final CountDownLatch threadStarted = new CountDownLatch(1);
288 threadStarted.countDown();
296 await(threadStarted);
326 final CountDownLatch threadStarted = new CountDownLatch(1);
329 threadStarted.countDown();
337 await(threadStarted);
H A DLinkedTransferQueueTest.java757 final CountDownLatch threadStarted = new CountDownLatch(1);
761 threadStarted.countDown();
769 threadStarted.await();
800 final CountDownLatch threadStarted = new CountDownLatch(1);
804 threadStarted.countDown();
809 threadStarted.await();
H A DLinkedBlockingDequeTest.java946 final CountDownLatch threadStarted = new CountDownLatch(1);
949 threadStarted.countDown();
957 await(threadStarted);
987 final CountDownLatch threadStarted = new CountDownLatch(1);
990 threadStarted.countDown();
998 await(threadStarted);
H A DAbstractQueuedSynchronizerTest.java616 final BooleanLatch threadStarted = new BooleanLatch();
620 assertTrue(threadStarted.releaseShared(0));
624 threadStarted.acquireShared(0);
H A DAbstractQueuedLongSynchronizerTest.java613 final BooleanLatch threadStarted = new BooleanLatch();
617 assertTrue(threadStarted.releaseShared(0));
621 threadStarted.acquireShared(0);
/openjdk9/jdk/test/java/util/concurrent/Executors/
H A DAutoShutdown.java65 final CountDownLatch threadStarted
72 threadStarted.countDown();
78 await(threadStarted);
/openjdk9/jdk/test/com/sun/jdi/
H A DTargetAdapter.java56 public void threadStarted(ThreadStartEvent event) {} method in class:TargetAdapter
H A DTargetListener.java48 void threadStarted(ThreadStartEvent event); method in interface:TargetListener
H A DTemplateTest.java115 public void threadStarted(ThreadStartEvent event) { method in class:TemplateTest
H A DAfterThreadDeathTest.java68 public void threadStarted(ThreadStartEvent event) { method in class:AfterThreadDeathTest
H A DJDIScaffold.java64 boolean threadStarted(ThreadStartEvent event); method in interface:JDIScaffold.TargetListener
108 public boolean threadStarted(ThreadStartEvent event) { method in class:JDIScaffold.TargetAdapter
154 return listener.threadStarted((ThreadStartEvent)event);
H A DTestScaffold.java218 listener.threadStarted((ThreadStartEvent)event);
/openjdk9/jdk/test/java/util/concurrent/ConcurrentMap/
H A DConcurrentRemoveIf.java134 CyclicBarrier threadStarted = new CyclicBarrier(2);
138 awaitOn(threadStarted, () -> fillMap(map, 1)),
143 awaitOn(threadStarted, () -> action.accept(map)),
159 static Runnable awaitOn(CyclicBarrier threadStarted, Runnable r) { argument
162 threadStarted.await();
/openjdk9/jdk/test/java/lang/ProcessBuilder/
H A DBasic.java2452 final CountDownLatch threadStarted = new CountDownLatch(1);
2457 threadStarted.countDown();
2468 threadStarted.await();

Completed in 148 milliseconds