Searched refs:InterruptedSyncRunnable (Results 1 – 2 of 2) sorted by relevance
107 class InterruptedSyncRunnable extends CheckedInterruptedRunnable { class in AbstractQueuedLongSynchronizerTest109 InterruptedSyncRunnable(Mutex sync) { this.sync = sync; } in InterruptedSyncRunnable() method in AbstractQueuedLongSynchronizerTest.InterruptedSyncRunnable284 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasQueuedThreads()314 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testIsQueued()344 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetFirstQueuedThread()366 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasContended()385 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetQueuedThreads()413 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetExclusiveQueuedThreads()444 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetSharedQueuedThreads_Exclusive()1057 Thread t = newStartedThread(new InterruptedSyncRunnable(sync));
111 class InterruptedSyncRunnable extends CheckedInterruptedRunnable { class in AbstractQueuedSynchronizerTest113 InterruptedSyncRunnable(Mutex sync) { this.sync = sync; } in InterruptedSyncRunnable() method in AbstractQueuedSynchronizerTest.InterruptedSyncRunnable287 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasQueuedThreads()317 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testIsQueued()347 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetFirstQueuedThread()369 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasContended()388 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetQueuedThreads()416 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetExclusiveQueuedThreads()447 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetSharedQueuedThreads_Exclusive()1060 Thread t = newStartedThread(new InterruptedSyncRunnable(sync));