HomeSort by relevance Sort by last modified time
    Searched refs:quietlyJoin (Results 1 - 6 of 6) sorted by null

  /libcore/jsr166-tests/src/test/java/jsr166/
RecursiveActionTest.java 249 * 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...]
ForkJoinTaskTest.java 103 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();
    [all...]
CountedCompleterTest.java 102 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();
    [all...]
RecursiveTaskTest.java 301 * 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();
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinTask.java 345 * Implementation for join, get, quietlyJoin. Directly handles
    [all...]
ForkJoinPool.java     [all...]

Completed in 7900 milliseconds