/libcore/jsr166-tests/src/test/java/jsr166/ |
D | CyclicBarrierTest.java | 100 public void realRun() throws Exception { in testTwoParties() 122 public void realRun() throws Exception { in testAwait1_Interrupted_BrokenBarrier() 127 public void realRun() throws Exception { in testAwait1_Interrupted_BrokenBarrier() 148 public void realRun() throws Exception { in testAwait2_Interrupted_BrokenBarrier() 153 public void realRun() throws Exception { in testAwait2_Interrupted_BrokenBarrier() 172 public void realRun() throws Exception { in testAwait3_TimeoutException() 191 public void realRun() throws Exception { in testAwait4_Timeout_BrokenBarrier() 198 public void realRun() throws Exception { in testAwait4_Timeout_BrokenBarrier() 219 public void realRun() throws Exception { in testAwait5_Timeout_BrokenBarrier() 226 public void realRun() throws Exception { in testAwait5_Timeout_BrokenBarrier() [all …]
|
D | ExchangerTest.java | 26 public void realRun() throws InterruptedException { in testExchange() 31 public void realRun() throws InterruptedException { in testExchange() 46 public void realRun() throws Exception { in testTimedExchange() 51 public void realRun() throws Exception { in testTimedExchange() 67 public void realRun() throws InterruptedException { in testExchange_InterruptedException() 84 public void realRun() throws Exception { in testTimedExchange_InterruptedException() 100 public void realRun() throws Exception { in testExchange_TimeoutException() 120 public void realRun() throws InterruptedException { in testReplacementAfterExchange() 126 public void realRun() throws InterruptedException { in testReplacementAfterExchange() 133 public void realRun() throws InterruptedException { in testReplacementAfterExchange()
|
D | LockSupportTest.java | 101 public void realRun() { in testParkBeforeUnpark() 136 public void realRun() { in testParkAfterUnpark() 173 public void realRun() { in testParkBeforeInterrupt() 212 public void realRun() throws Exception { in testParkAfterInterrupt() 244 public void realRun() { in testParkTimesOut() 282 public void realRun() { in testGetBlocker() 332 public void realRun() { in testPark0() 356 public void realRun() { in testParkNeg()
|
D | ExecutorsTest.java | 178 public void realRun() { in testNewSingleThreadScheduledExecutor() 204 public void realRun() { in testNewScheduledThreadPool() 232 public void realRun() { in testUnconfigurableScheduledExecutorService() 262 public void realRun() throws InterruptedException { in testTimedCallable() 269 public void realRun() { in testTimedCallable() 289 public void realRun() { in testDefaultThreadFactory() 328 public void realRun() throws Exception { in testPrivilegedThreadFactory() 333 public void realRun() { in testPrivilegedThreadFactory() 396 public void realRun() throws Exception { in testCreatePrivilegedCallableUsingCCLWithNoPrivs() 414 public void realRun() throws Exception { in testPrivilegedCallableUsingCCLWithPrivs() [all …]
|
D | JSR166TestCase.java | 672 protected abstract void realRun() throws Throwable; in realRun() method in JSR166TestCase.CheckedRunnable 676 realRun(); in run() 684 protected abstract void realRun() throws Throwable; in realRun() method in JSR166TestCase.RunnableShouldThrow 694 realRun(); in run() 704 protected abstract void realRun() throws Throwable; in realRun() method in JSR166TestCase.ThreadShouldThrow 714 realRun(); in run() 724 protected abstract void realRun() throws Throwable; in realRun() method in JSR166TestCase.CheckedInterruptedRunnable 728 realRun(); in run() 795 public void realRun() throws InterruptedException { 844 protected void realRun() throws Throwable { [all …]
|
D | ReentrantReadWriteLockTest.java | 28 public void realRun() throws InterruptedException { in realRun() method in ReentrantReadWriteLockTest.InterruptibleLockRunnable 40 public void realRun() throws InterruptedException { in realRun() method in ReentrantReadWriteLockTest.InterruptedLockRunnable 301 public void realRun() throws InterruptedException { in testWriteLockInterruptibly_Interruptible() 321 public void realRun() throws InterruptedException { in testWriteTryLock_Interruptible() 341 public void realRun() throws InterruptedException { in testReadLockInterruptibly_Interruptible() 361 public void realRun() throws InterruptedException { in testReadTryLock_Interruptible() 397 public void realRun() { in testWriteTryLockWhenLocked() 415 public void realRun() { in testReadTryLockWhenLocked() 432 public void realRun() throws InterruptedException { in testMultipleReadLocks() 455 public void realRun() { in testWriteAfterReadLock() [all …]
|
D | CountDownLatchTest.java | 58 public void realRun() throws InterruptedException { in testAwait() 83 public void realRun() throws InterruptedException { in testTimedAwait() 107 public void realRun() throws InterruptedException { in testAwait_Interruptible() 138 public void realRun() throws InterruptedException { in testTimedAwait_Interruptible() 168 public void realRun() throws InterruptedException { in testAwaitTimeout()
|
D | AbstractQueuedLongSynchronizerTest.java | 98 public void realRun() throws InterruptedException { in realRun() method in AbstractQueuedLongSynchronizerTest.InterruptibleSyncRunnable 110 public void realRun() throws InterruptedException { in realRun() method in AbstractQueuedLongSynchronizerTest.InterruptedSyncRunnable 465 public void realRun() throws InterruptedException { in testGetSharedQueuedThreads_Shared() 471 public void realRun() throws InterruptedException { in testGetSharedQueuedThreads_Shared() 491 public void realRun() throws InterruptedException { in testTryAcquireNanos_Interruptible() 507 public void realRun() { in testTryAcquireWhenSynced() 522 public void realRun() throws InterruptedException { in testAcquireNanos_Timeout() 546 public void realRun() throws InterruptedException { in testGetState() 568 public void realRun() throws InterruptedException { in testAcquireInterruptibly() 659 public void realRun() throws InterruptedException { [all …]
|
D | AbstractQueuedSynchronizerTest.java | 102 public void realRun() throws InterruptedException { in realRun() method in AbstractQueuedSynchronizerTest.InterruptibleSyncRunnable 114 public void realRun() throws InterruptedException { in realRun() method in AbstractQueuedSynchronizerTest.InterruptedSyncRunnable 468 public void realRun() throws InterruptedException { in testGetSharedQueuedThreads_Shared() 474 public void realRun() throws InterruptedException { in testGetSharedQueuedThreads_Shared() 494 public void realRun() throws InterruptedException { in testTryAcquireNanos_Interruptible() 510 public void realRun() { in testTryAcquireWhenSynced() 525 public void realRun() throws InterruptedException { in testAcquireNanos_Timeout() 549 public void realRun() throws InterruptedException { in testGetState() 571 public void realRun() throws InterruptedException { in testAcquireInterruptibly() 662 public void realRun() throws InterruptedException { [all …]
|
D | SynchronousQueueTest.java | 103 public void realRun() throws InterruptedException { in testBlockingPut() 136 public void realRun() throws InterruptedException { in testPutWithTake() 169 public void realRun() throws InterruptedException { in testTimedOffer() 231 public void realRun() throws InterruptedException { in testTimedPollWithOffer() 461 public void realRun() throws InterruptedException { 469 public void realRun() throws InterruptedException { 487 public void realRun() throws InterruptedException { 495 public void realRun() throws InterruptedException { 545 public void realRun() throws InterruptedException { 568 public void realRun() throws InterruptedException { [all …]
|
D | LinkedTransferQueueTest.java | 194 public void realRun() throws InterruptedException { in testBlockingTake() 268 public void realRun() throws InterruptedException { in testInterruptedTimedPoll() 298 public void realRun() throws InterruptedException { in testTimedPollAfterInterrupt() 572 public void realRun() throws InterruptedException { in testOfferInExecutor() 578 public void realRun() throws InterruptedException { in testOfferInExecutor() 596 public void realRun() throws InterruptedException { in testPollInExecutor() 604 public void realRun() throws InterruptedException { in testPollInExecutor() 662 public void realRun() { in testDrainToWithActivePut() 706 public void realRun() throws InterruptedException { in testWaitingConsumer() 746 public void realRun() throws InterruptedException { in testTransfer2() [all …]
|
D | ReentrantLockTest.java | 27 public void realRun() throws InterruptedException { in realRun() method in ReentrantLockTest.InterruptibleLockRunnable 39 public void realRun() throws InterruptedException { in realRun() method in ReentrantLockTest.InterruptedLockRunnable 355 public void realRun() throws InterruptedException { in testTryLock_Interruptible() 374 public void realRun() { in testTryLockWhenLocked() 391 public void realRun() throws InterruptedException { in testTryLock_Timeout() 438 public void realRun() throws Exception { in testIsLocked() 584 public void realRun() throws InterruptedException { in testAwait() 737 public void realRun() throws InterruptedException { in testHasWaiters() 771 public void realRun() throws InterruptedException { in testGetWaitQueueLength() 781 public void realRun() throws InterruptedException { in testGetWaitQueueLength() [all …]
|
D | LinkedBlockingDequeTest.java | 552 public void realRun() throws InterruptedException { in testBlockingPut() 590 public void realRun() throws InterruptedException { in testPutWithTake() 622 public void realRun() throws InterruptedException { in testTimedOffer() 658 public void realRun() throws InterruptedException { in testBlockingTake() 730 public void realRun() throws InterruptedException { in testInterruptedTimedPoll() 784 public void realRun() throws InterruptedException { in testBlockingPutFirst() 822 public void realRun() throws InterruptedException { in testPutFirstWithTake() 854 public void realRun() throws InterruptedException { in testTimedOfferFirst() 890 public void realRun() { in testTakeFirstFromEmptyBlocksInterruptibly() 912 public void realRun() { in testTakeFirstFromEmptyAfterInterrupt() [all …]
|
D | PhaserTest.java | 302 public void realRun() { in testArrive2() 415 public void realRun() { 454 public void realRun() { 471 public void realRun() throws TimeoutException { 508 public void realRun() { 537 public void realRun() { 566 public void realRun() { 592 public void realRun() { 619 public void realRun() { 645 public void realRun() { [all …]
|
D | BlockingQueueTest.java | 208 public void realRun() throws InterruptedException { in testTimedPollWithOffer() 250 public void realRun() { 272 public void realRun() { 291 public void realRun() { 313 public void realRun() {
|
D | FutureTaskTest.java | 212 public void realRun() { in realRun() method in FutureTaskTest.Counter 401 public void realRun() { in testCancelInterrupt() 432 public void realRun() { in testCancelInterrupt_ThrowsSecurityException() 538 public void realRun() throws Exception { in testGetRun() 544 public void realRun() throws Exception { in testGetRun() 577 public void realRun() throws Exception { in testGetSet() 583 public void realRun() throws Exception { in testGetSet() 631 public void realRun() throws Exception { in testTimedGet_Cancellation() 636 public void realRun() throws Exception { in testTimedGet_Cancellation() 710 public void realRun() throws Exception { in testGet_interruptible() [all …]
|
D | ScheduledExecutorTest.java | 26 public void realRun() { in testExecute() 69 public void realRun() { in testSchedule3() 91 public void realRun() { in testSchedule4() 115 public void realRun() { in testSchedule5() 288 public void realRun() throws InterruptedException { in testGetActiveCount() 313 public void realRun() throws InterruptedException { in testGetCompletedTaskCount() 356 public void realRun() throws InterruptedException { in testGetLargestPoolSize() 381 public void realRun() throws InterruptedException { in testGetPoolSize() 407 public void realRun() throws InterruptedException { in testGetTaskCount() 479 public void realRun() throws InterruptedException { in testIsTerminated() [all …]
|
D | LinkedBlockingQueueTest.java | 242 public void realRun() throws InterruptedException { in testBlockingPut() 280 public void realRun() throws InterruptedException { in testPutWithTake() 312 public void realRun() throws InterruptedException { in testTimedOffer() 348 public void realRun() throws InterruptedException { in testBlockingTake() 420 public void realRun() throws InterruptedException { in testInterruptedTimedPoll() 691 public void realRun() throws InterruptedException { in testOfferInExecutor() 699 public void realRun() throws InterruptedException { in testOfferInExecutor() 715 public void realRun() throws InterruptedException { in testPollInExecutor() 723 public void realRun() throws InterruptedException { in testPollInExecutor() 779 public void realRun() throws InterruptedException { in testDrainToWithActivePut()
|
D | ScheduledExecutorSubclassTest.java | 78 public void realRun() { in testExecute() 121 public void realRun() { in testSchedule3() 143 public void realRun() { in testSchedule4() 167 public void realRun() { in testSchedule5() 338 public void realRun() throws InterruptedException { in testGetActiveCount() 363 public void realRun() throws InterruptedException { in testGetCompletedTaskCount() 406 public void realRun() throws InterruptedException { in testGetLargestPoolSize() 431 public void realRun() throws InterruptedException { in testGetPoolSize() 457 public void realRun() throws InterruptedException { in testGetTaskCount() 528 public void realRun() throws InterruptedException { in testIsTerminated() [all …]
|
D | ThreadPoolExecutorTest.java | 66 public void realRun() { in testExecute() 91 public void realRun() throws InterruptedException { in testGetActiveCount() 153 public void realRun() throws InterruptedException { in testGetCompletedTaskCount() 306 public void realRun() throws InterruptedException { in testGetLargestPoolSize() 347 public void realRun() throws InterruptedException { in testGetPoolSize() 373 public void realRun() throws InterruptedException { in testGetTaskCount() 443 public void realRun() throws InterruptedException { in testIsTerminated() 471 public void realRun() throws InterruptedException { in testIsTerminating() 537 public void realRun() throws InterruptedException { in testRemove() 1004 public void realRun() throws Exception { in testInterruptedSubmit() [all …]
|
D | SemaphoreTest.java | 42 public void realRun() { in realRun() method in SemaphoreTest.InterruptibleLockRunnable 56 public void realRun() throws InterruptedException { in realRun() method in SemaphoreTest.InterruptedLockRunnable 224 public void realRun() { in testInterruptible() 275 public void realRun() throws InterruptedException { in testUninterruptible() 284 public void realRun() throws InterruptedException { in testUninterruptible() 550 public void realRun() throws InterruptedException { in testReleaseAcquireDifferentThreads() 580 public void realRun() throws InterruptedException { 588 public void realRun() throws InterruptedException {
|
D | ArrayBlockingQueueTest.java | 252 public void realRun() throws InterruptedException { in testBlockingPut() 290 public void realRun() throws InterruptedException { in testPutWithTake() 322 public void realRun() throws InterruptedException { in testTimedOffer() 358 public void realRun() throws InterruptedException { in testBlockingTake() 431 public void realRun() throws InterruptedException { in testInterruptedTimedPoll() 757 public void realRun() throws InterruptedException { in testOfferInExecutor() 765 public void realRun() throws InterruptedException { in testOfferInExecutor() 782 public void realRun() throws InterruptedException { in testPollInExecutor() 790 public void realRun() throws InterruptedException { in testPollInExecutor() 846 public void realRun() throws InterruptedException { in testDrainToWithActivePut()
|
D | PriorityBlockingQueueTest.java | 261 public void realRun() { in testPutWithTake() 277 public void realRun() { in testTimedOffer() 304 public void realRun() throws InterruptedException { in testBlockingTake() 376 public void realRun() throws InterruptedException { in testInterruptedTimedPoll() 604 public void realRun() throws InterruptedException { in testPollInExecutor() 612 public void realRun() throws InterruptedException { in testPollInExecutor() 666 public void realRun() { in testDrainToWithActivePut()
|
D | AtomicMarkableReferenceTest.java | 94 public void realRun() { in testCompareAndSetInMultipleThreads() 114 public void realRun() { in testCompareAndSetInMultipleThreads2()
|
D | AtomicStampedReferenceTest.java | 94 public void realRun() { in testCompareAndSetInMultipleThreads() 114 public void realRun() { in testCompareAndSetInMultipleThreads2()
|