Home
last modified time | relevance | path

Searched refs:submitted (Results 1 – 4 of 4) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DAbstractExecutorServiceTest.java174 final CountDownLatch submitted = new CountDownLatch(1); in testInterruptedSubmit() local
188 submitted.countDown(); in testInterruptedSubmit()
192 submitted.await(); in testInterruptedSubmit()
DForkJoinPoolTest.java576 final CountDownLatch submitted = new CountDownLatch(1); in testInterruptedSubmit() local
588 submitted.countDown(); in testInterruptedSubmit()
592 assertTrue(submitted.await(MEDIUM_DELAY_MS, MILLISECONDS)); in testInterruptedSubmit()
/libcore/benchmarks/libs/
Dcaliper.jar.txt52 submitted to Licensor for inclusion in the Work by the copyright owner
54 the copyright owner. For the purposes of this definition, "submitted"
82 with the Work to which such Contribution(s) was submitted. If You
132 any Contribution intentionally submitted for inclusion in the Work
/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinPool.java1547 boolean submitted = false; in fullExternalPush()
1554 submitted = true; in fullExternalPush()
1559 if (submitted) { in fullExternalPush()