Searched refs:quietlyJoin (Results 1 - 6 of 6) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
H A DRecursiveActionTest.java249 * join/quietlyJoin of a forked task succeeds in the presence of interrupts
292 // test quietlyJoin()
297 f.quietlyJoin();
307 f.quietlyJoin();
316 f.quietlyJoin();
326 * join/quietlyJoin of a forked task when not in ForkJoinPool
390 // test quietlyJoin() ---------
395 f.quietlyJoin();
403 f.quietlyJoin();
410 f.quietlyJoin();
[all...]
H A DForkJoinTaskTest.java103 a.quietlyJoin(); // should be no-op
138 a.quietlyJoin(); // should be no-op
176 a.quietlyJoin(); // should be no-op
469 * quietlyJoin of a forked task returns when task completes
476 f.quietlyJoin();
590 * quietlyJoin of a forked task returns when task completes abnormally
597 f.quietlyJoin();
680 * quietlyJoin of a forked task returns when task cancelled
688 f.quietlyJoin();
1193 * quietlyJoin o
[all...]
H A DCountedCompleterTest.java102 a.quietlyJoin(); // should be no-op
137 a.quietlyJoin(); // should be no-op
175 a.quietlyJoin(); // should be no-op
689 * quietlyJoin of a forked task returns when task completes
696 f.quietlyJoin();
810 * quietlyJoin of a forked task returns when task completes abnormally
817 f.quietlyJoin();
900 * quietlyJoin of a forked task returns when task cancelled
908 f.quietlyJoin();
1411 * quietlyJoin o
[all...]
H A DRecursiveTaskTest.java301 * quietlyJoin of a forked task returns when task completes
308 f.quietlyJoin();
429 * quietlyJoin of a forked task returns when task completes abnormally
436 f.quietlyJoin();
524 * quietlyJoin of a forked task returns when task cancelled
532 f.quietlyJoin();
/libcore/luni/src/main/java/java/util/concurrent/
H A DForkJoinTask.java345 * Implementation for join, get, quietlyJoin. Directly handles
1065 public final void quietlyJoin() { method in class:ForkJoinTask
H A DForkJoinPool.java2597 ((ForkJoinTask<?>)futures.get(i)).quietlyJoin();

Completed in 114 milliseconds