Searched refs:InterruptibleSyncRunnable (Results 1 – 2 of 2) sorted by relevance
115 class InterruptibleSyncRunnable extends CheckedRunnable { class in AbstractQueuedSynchronizerTest117 InterruptibleSyncRunnable(Mutex sync) { this.sync = sync; } in InterruptibleSyncRunnable() method in AbstractQueuedSynchronizerTest.InterruptibleSyncRunnable316 Thread t2 = newStartedThread(new InterruptibleSyncRunnable(sync)); in testHasQueuedThreads()344 Thread t2 = new Thread(new InterruptibleSyncRunnable(sync)); in testIsQueued()376 Thread t2 = newStartedThread(new InterruptibleSyncRunnable(sync)); in testGetFirstQueuedThread()398 Thread t2 = newStartedThread(new InterruptibleSyncRunnable(sync)); in testHasContended()415 Thread t2 = new Thread(new InterruptibleSyncRunnable(sync)); in testGetQueuedThreads()443 Thread t2 = new Thread(new InterruptibleSyncRunnable(sync)); in testGetExclusiveQueuedThreads()476 Thread t2 = newStartedThread(new InterruptibleSyncRunnable(sync)); in testGetSharedQueuedThreads_Exclusive()
111 class InterruptibleSyncRunnable extends CheckedRunnable { class in AbstractQueuedLongSynchronizerTest113 InterruptibleSyncRunnable(Mutex sync) { this.sync = sync; } in InterruptibleSyncRunnable() method in AbstractQueuedLongSynchronizerTest.InterruptibleSyncRunnable313 Thread t2 = newStartedThread(new InterruptibleSyncRunnable(sync)); in testHasQueuedThreads()341 Thread t2 = new Thread(new InterruptibleSyncRunnable(sync)); in testIsQueued()373 Thread t2 = newStartedThread(new InterruptibleSyncRunnable(sync)); in testGetFirstQueuedThread()395 Thread t2 = newStartedThread(new InterruptibleSyncRunnable(sync)); in testHasContended()412 Thread t2 = new Thread(new InterruptibleSyncRunnable(sync)); in testGetQueuedThreads()440 Thread t2 = new Thread(new InterruptibleSyncRunnable(sync)); in testGetExclusiveQueuedThreads()473 Thread t2 = newStartedThread(new InterruptibleSyncRunnable(sync)); in testGetSharedQueuedThreads_Exclusive()