Home
last modified time | relevance | path

Searched refs:checkNotDone (Results 1 – 5 of 5) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DRecursiveTaskTest.java50 checkNotDone(a); in testInvokeOnPool()
61 void checkNotDone(RecursiveTask a) { in checkNotDone() method in RecursiveTaskTest
620 checkNotDone(f); in testReinitialize()
628 checkNotDone(f); in testReinitialize()
642 checkNotDone(f); in testReinitializeAbnormal()
652 checkNotDone(f); in testReinitializeAbnormal()
882 checkNotDone(f); in testTryUnfork()
945 checkNotDone(f); in testPollNextLocalTask()
964 checkNotDone(f); in testPollTask()
1005 checkNotDone(g); in testPollNextLocalTaskAsync()
[all …]
DRecursiveActionTest.java54 checkNotDone(a); in testInvokeOnPool()
64 void checkNotDone(RecursiveAction a) { in checkNotDone() method in RecursiveActionTest
808 checkNotDone(f); in testReinitialize()
815 checkNotDone(f); in testReinitialize()
828 checkNotDone(f); in testReinitializeAbnormal()
838 checkNotDone(f); in testReinitializeAbnormal()
1065 checkNotDone(f); in testTryUnfork()
1127 checkNotDone(f); in testPollNextLocalTask()
1145 checkNotDone(f); in testPollTask()
1184 checkNotDone(g); in testPollNextLocalTaskAsync()
[all …]
DFutureTaskTest.java82 void checkNotDone(Future<?> f) { in checkNotDone() method in FutureTaskTest
94 checkNotDone(f); in checkIsRunning()
106 checkNotDone(f); in checkIsRunning()
274 checkNotDone(task); in testRunAndReset()
568 checkNotDone(task); in testGetRun()
607 checkNotDone(task); in testGetSet()
747 checkNotDone(task); in testGet_interruptible()
776 checkNotDone(task); in testTimedGet_interruptible()
DForkJoinTaskTest.java76 void checkNotDone(ForkJoinTask a) { in checkNotDone() method in ForkJoinTaskTest
962 checkNotDone(f); in testTryUnfork()
1023 checkNotDone(f); in testPollNextLocalTask()
1042 checkNotDone(f); in testPollTask()
1083 checkNotDone(g); in testPollNextLocalTaskAsync()
1103 checkNotDone(g); in testPollTaskAsync()
DCountedCompleterTest.java77 void checkNotDone(CountedCompleter a) { in checkNotDone() method in CountedCompleterTest
255 checkNotDone(this);
1179 checkNotDone(f); in testTryUnfork()
1240 checkNotDone(f); in testPollNextLocalTask()
1259 checkNotDone(f); in testPollTask()
1300 checkNotDone(g); in testPollNextLocalTaskAsync()
1320 checkNotDone(g); in testPollTaskAsync()