Home
last modified time | relevance | path

Searched refs:joinPool (Results 1 – 20 of 20) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DScheduledExecutorTest.java33 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 …]
DThreadPoolExecutorTest.java73 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 …]
DForkJoinPoolTest.java174 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 …]
DScheduledExecutorSubclassTest.java85 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 …]
DAbstractExecutorServiceTest.java197 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 …]
DThreadPoolExecutorSubclassTest.java213 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 …]
DExecutorsTest.java27 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 …]
DExecutorCompletionServiceTest.java62 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()
DSynchronousQueueTest.java474 joinPool(executor);
500 joinPool(executor);
DLinkedBlockingQueueTest.java704 joinPool(executor); in testOfferInExecutor()
728 joinPool(executor); in testPollInExecutor()
DArrayBlockingQueueTest.java771 joinPool(executor); in testOfferInExecutor()
795 joinPool(executor); in testPollInExecutor()
DLinkedTransferQueueTest.java584 joinPool(executor); in testOfferInExecutor()
609 joinPool(executor); in testPollInExecutor()
DPriorityBlockingQueueTest.java617 joinPool(executor); in testPollInExecutor()
DJSR166TestCase.java385 void joinPool(ExecutorService exec) { in joinPool() method in JSR166TestCase
DDelayQueueTest.java656 joinPool(executor); in testPollInExecutor()
DLinkedBlockingDequeTest.java1649 joinPool(executor);
1673 joinPool(executor);
DRecursiveTaskTest.java46 joinPool(pool); in testInvokeOnPool()
DRecursiveActionTest.java48 joinPool(pool); in testInvokeOnPool()
DForkJoinTaskTest.java61 joinPool(pool); in testInvokeOnPool()
DCountedCompleterTest.java64 joinPool(pool); in testInvokeOnPool()