Home
last modified time | relevance | path

Searched refs:InterruptibleSyncRunnable (Results 1 – 2 of 2) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DAbstractQueuedLongSynchronizerTest.java111 class InterruptibleSyncRunnable extends CheckedRunnable { class in AbstractQueuedLongSynchronizerTest
113 InterruptibleSyncRunnable(Mutex sync) { this.sync = sync; } in InterruptibleSyncRunnable() method in AbstractQueuedLongSynchronizerTest.InterruptibleSyncRunnable
313 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()
DAbstractQueuedSynchronizerTest.java115 class InterruptibleSyncRunnable extends CheckedRunnable { class in AbstractQueuedSynchronizerTest
117 InterruptibleSyncRunnable(Mutex sync) { this.sync = sync; } in InterruptibleSyncRunnable() method in AbstractQueuedSynchronizerTest.InterruptibleSyncRunnable
316 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()