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

/openjdk10/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.java143 final CountDownLatch threadStarted = new CountDownLatch(1);
147 threadStarted.countDown();
151 await(threadStarted);
214 final CountDownLatch threadStarted = new CountDownLatch(1);
220 threadStarted.countDown();
225 await(threadStarted);
428 final CountDownLatch threadStarted = new CountDownLatch(1);
431 threadStarted.countDown();
435 await(threadStarted);
451 final CountDownLatch threadStarted
[all...]
H A DScheduledExecutorSubclassTest.java381 final CountDownLatch threadStarted = new CountDownLatch(1);
385 threadStarted.countDown();
389 await(threadStarted);
401 final CountDownLatch threadStarted = new CountDownLatch(1);
407 threadStarted.countDown();
412 await(threadStarted);
467 final CountDownLatch threadStarted = new CountDownLatch(1);
471 threadStarted.countDown();
475 await(threadStarted);
489 final CountDownLatch threadStarted
[all...]
H A DScheduledExecutorTest.java325 final CountDownLatch threadStarted = new CountDownLatch(1);
329 threadStarted.countDown();
333 await(threadStarted);
345 final CountDownLatch threadStarted = new CountDownLatch(1);
351 threadStarted.countDown();
356 await(threadStarted);
409 final CountDownLatch threadStarted = new CountDownLatch(1);
415 threadStarted.countDown();
419 await(threadStarted);
433 final CountDownLatch threadStarted
[all...]
H A DThreadPoolExecutorSubclassTest.java285 final CountDownLatch threadStarted = new CountDownLatch(1);
289 threadStarted.countDown();
293 await(threadStarted);
356 final CountDownLatch threadStarted = new CountDownLatch(1);
362 threadStarted.countDown();
367 await(threadStarted);
557 final CountDownLatch threadStarted = new CountDownLatch(1);
560 threadStarted.countDown();
564 await(threadStarted);
580 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.java766 final CountDownLatch threadStarted = new CountDownLatch(1);
770 threadStarted.countDown();
778 threadStarted.await();
809 final CountDownLatch threadStarted = new CountDownLatch(1);
813 threadStarted.countDown();
818 threadStarted.await();
H A DLinkedBlockingDequeTest.java977 final CountDownLatch threadStarted = new CountDownLatch(1);
980 threadStarted.countDown();
988 await(threadStarted);
1018 final CountDownLatch threadStarted = new CountDownLatch(1);
1021 threadStarted.countDown();
1029 await(threadStarted);
H A DAbstractQueuedSynchronizerTest.java617 final BooleanLatch threadStarted = new BooleanLatch();
621 assertTrue(threadStarted.releaseShared(0));
625 threadStarted.acquireShared(0);
H A DAbstractQueuedLongSynchronizerTest.java614 final BooleanLatch threadStarted = new BooleanLatch();
618 assertTrue(threadStarted.releaseShared(0));
622 threadStarted.acquireShared(0);
/openjdk10/jdk/test/java/util/concurrent/Executors/
H A DAutoShutdown.java65 final CountDownLatch threadStarted
72 threadStarted.countDown();
78 await(threadStarted);
/openjdk10/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 DAfterThreadDeathTest.java68 public void threadStarted(ThreadStartEvent event) { method in class:AfterThreadDeathTest
H A DTemplateTest.java115 public void threadStarted(ThreadStartEvent event) { method in class:TemplateTest
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);
/openjdk10/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();
/openjdk10/jdk/test/java/lang/ProcessBuilder/
H A DBasic.java2450 final CountDownLatch threadStarted = new CountDownLatch(1);
2455 threadStarted.countDown();
2466 threadStarted.await();

Completed in 98 milliseconds