/libcore/jsr166-tests/src/test/java/jsr166/ |
D | ScheduledExecutorTest.java | 33 joinPool(p); in testExecute() 56 joinPool(p); in testSchedule1() 78 joinPool(p); in testSchedule3() 102 joinPool(p); in testSchedule4() 126 joinPool(p); in testSchedule5() 150 joinPool(p); in testFixedRateSequence() 166 joinPool(p); in testFixedDelaySequence() 180 joinPool(se); in testExecuteNull() 193 joinPool(se); in testScheduleNull() 210 joinPool(se); in testSchedule1_RejectedExecutionException() [all …]
|
D | ThreadPoolExecutorTest.java | 73 joinPool(p); in testExecute() 100 joinPool(p); in testGetActiveCount() 119 joinPool(p); in testPrestartCoreThread() 135 joinPool(p); in testPrestartAllCoreThreads() 170 joinPool(p); in testGetCompletedTaskCount() 183 joinPool(p); in testGetCorePoolSize() 195 joinPool(p); in testGetKeepAliveTime() 210 joinPool(p); in testGetThreadFactory() 224 joinPool(p); in testSetThreadFactory() 240 joinPool(p); in testSetThreadFactoryNull() [all …]
|
D | ForkJoinPoolTest.java | 174 joinPool(p); in testDefaultInitialState() 206 joinPool(p); in testGetParallelism() 220 joinPool(p); in testGetPoolSize() 275 joinPool(p); in testSetUncaughtExceptionHandler() 316 joinPool(p); in testIsQuiescent() 329 joinPool(p); in testSubmitForkJoinTask() 346 joinPool(p); in testSubmitAfterShutdown() 381 joinPool(p); in testPollSubmission() 404 joinPool(p); in testDrainTasksTo() 428 joinPool(e); in testExecuteRunnable() [all …]
|
D | ScheduledExecutorSubclassTest.java | 85 joinPool(p); in testExecute() 108 joinPool(p); in testSchedule1() 130 joinPool(p); in testSchedule3() 154 joinPool(p); in testSchedule4() 178 joinPool(p); in testSchedule5() 202 joinPool(p); in testFixedRateSequence() 218 joinPool(p); in testFixedDelaySequence() 230 joinPool(se); in testExecuteNull() 243 joinPool(se); in testScheduleNull() 260 joinPool(se); in testSchedule1_RejectedExecutionException() [all …]
|
D | AbstractExecutorServiceTest.java | 197 joinPool(p); in testInterruptedSubmit() 220 joinPool(p); in testSubmitEE() 233 joinPool(e); in testInvokeAny1() 247 joinPool(e); in testInvokeAny2() 265 joinPool(e); in testInvokeAny3() 282 joinPool(e); in testInvokeAny4() 298 joinPool(e); in testInvokeAny5() 312 joinPool(e); in testInvokeAll1() 325 joinPool(e); in testInvokeAll2() 342 joinPool(e); in testInvokeAll3() [all …]
|
D | ThreadPoolExecutorSubclassTest.java | 213 joinPool(p); in testExecute() 240 joinPool(p); in testGetActiveCount() 256 joinPool(p); in testPrestartCoreThread() 269 joinPool(p); in testPrestartAllCoreThreads() 304 joinPool(p); in testGetCompletedTaskCount() 314 joinPool(p); in testGetCorePoolSize() 323 joinPool(p); in testGetKeepAliveTime() 333 joinPool(p); in testGetThreadFactory() 344 joinPool(p); in testSetThreadFactory() 357 joinPool(p); in testSetThreadFactoryNull() [all …]
|
D | ExecutorsTest.java | 27 joinPool(e); in testNewCachedThreadPool1() 38 joinPool(e); in testNewCachedThreadPool2() 59 joinPool(e); in testNewSingleThreadExecutor1() 70 joinPool(e); in testNewSingleThreadExecutor2() 93 joinPool(e); in testCastNewSingleThreadExecutor() 105 joinPool(e); in testNewFixedThreadPool1() 116 joinPool(e); in testNewFixedThreadPool2() 147 joinPool(e); in testUnconfigurableExecutorService() 192 joinPool(p); in testNewSingleThreadScheduledExecutor() 218 joinPool(p); in testNewScheduledThreadPool() [all …]
|
D | ExecutorCompletionServiceTest.java | 62 joinPool(e); in testSubmitNPE() 78 joinPool(e); in testSubmitNPE2() 94 joinPool(e); in testTake() 110 joinPool(e); in testTake2() 135 joinPool(e); in testPoll1() 153 joinPool(e); in testPoll2() 185 joinPool(e); in testNewTaskForCallable() 217 joinPool(e); in testNewTaskForRunnable()
|
D | SynchronousQueueTest.java | 474 joinPool(executor); 500 joinPool(executor);
|
D | LinkedBlockingQueueTest.java | 704 joinPool(executor); in testOfferInExecutor() 728 joinPool(executor); in testPollInExecutor()
|
D | ArrayBlockingQueueTest.java | 771 joinPool(executor); in testOfferInExecutor() 795 joinPool(executor); in testPollInExecutor()
|
D | LinkedTransferQueueTest.java | 584 joinPool(executor); in testOfferInExecutor() 609 joinPool(executor); in testPollInExecutor()
|
D | PriorityBlockingQueueTest.java | 617 joinPool(executor); in testPollInExecutor()
|
D | JSR166TestCase.java | 385 void joinPool(ExecutorService exec) { in joinPool() method in JSR166TestCase
|
D | DelayQueueTest.java | 656 joinPool(executor); in testPollInExecutor()
|
D | LinkedBlockingDequeTest.java | 1649 joinPool(executor); 1673 joinPool(executor);
|
D | RecursiveTaskTest.java | 46 joinPool(pool); in testInvokeOnPool()
|
D | RecursiveActionTest.java | 48 joinPool(pool); in testInvokeOnPool()
|
D | ForkJoinTaskTest.java | 61 joinPool(pool); in testInvokeOnPool()
|
D | CountedCompleterTest.java | 64 joinPool(pool); in testInvokeOnPool()
|