Home
last modified time | relevance | path

Searched refs:InterruptedSyncRunnable (Results 1 – 16 of 16) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/tck/
H A DAbstractQueuedLongSynchronizerTest.java151 class InterruptedSyncRunnable extends CheckedInterruptedRunnable { class in AbstractQueuedLongSynchronizerTest
153 InterruptedSyncRunnable(Mutex sync) { this.sync = sync; } in InterruptedSyncRunnable() method in AbstractQueuedLongSynchronizerTest.InterruptedSyncRunnable
338 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasQueuedThreads()
368 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testIsQueued()
398 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetFirstQueuedThread()
420 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasContended()
439 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetQueuedThreads()
467 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetExclusiveQueuedThreads()
498 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetSharedQueuedThreads_Exclusive()
1111 Thread t = newStartedThread(new InterruptedSyncRunnable(sync));
H A DAbstractQueuedSynchronizerTest.java156 class InterruptedSyncRunnable extends CheckedInterruptedRunnable { class in AbstractQueuedSynchronizerTest
158 InterruptedSyncRunnable(Mutex sync) { this.sync = sync; } in InterruptedSyncRunnable() method in AbstractQueuedSynchronizerTest.InterruptedSyncRunnable
342 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasQueuedThreads()
372 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testIsQueued()
402 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetFirstQueuedThread()
424 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasContended()
443 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetQueuedThreads()
471 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetExclusiveQueuedThreads()
502 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetSharedQueuedThreads_Exclusive()
1115 Thread t = newStartedThread(new InterruptedSyncRunnable(sync));
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/concurrent/tck/
H A DAbstractQueuedLongSynchronizerTest.java151 class InterruptedSyncRunnable extends CheckedInterruptedRunnable { class in AbstractQueuedLongSynchronizerTest
153 InterruptedSyncRunnable(Mutex sync) { this.sync = sync; } in InterruptedSyncRunnable() method in AbstractQueuedLongSynchronizerTest.InterruptedSyncRunnable
338 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasQueuedThreads()
368 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testIsQueued()
398 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetFirstQueuedThread()
420 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasContended()
439 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetQueuedThreads()
467 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetExclusiveQueuedThreads()
498 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetSharedQueuedThreads_Exclusive()
1111 Thread t = newStartedThread(new InterruptedSyncRunnable(sync));
H A DAbstractQueuedSynchronizerTest.java156 class InterruptedSyncRunnable extends CheckedInterruptedRunnable { class in AbstractQueuedSynchronizerTest
158 InterruptedSyncRunnable(Mutex sync) { this.sync = sync; } in InterruptedSyncRunnable() method in AbstractQueuedSynchronizerTest.InterruptedSyncRunnable
342 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasQueuedThreads()
372 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testIsQueued()
402 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetFirstQueuedThread()
424 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasContended()
443 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetQueuedThreads()
471 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetExclusiveQueuedThreads()
502 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetSharedQueuedThreads_Exclusive()
1115 Thread t = newStartedThread(new InterruptedSyncRunnable(sync));
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/concurrent/tck/
H A DAbstractQueuedLongSynchronizerTest.java151 class InterruptedSyncRunnable extends CheckedInterruptedRunnable { class in AbstractQueuedLongSynchronizerTest
153 InterruptedSyncRunnable(Mutex sync) { this.sync = sync; } in InterruptedSyncRunnable() method in AbstractQueuedLongSynchronizerTest.InterruptedSyncRunnable
338 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasQueuedThreads()
368 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testIsQueued()
398 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetFirstQueuedThread()
420 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasContended()
439 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetQueuedThreads()
467 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetExclusiveQueuedThreads()
498 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetSharedQueuedThreads_Exclusive()
1111 Thread t = newStartedThread(new InterruptedSyncRunnable(sync));
H A DAbstractQueuedSynchronizerTest.java156 class InterruptedSyncRunnable extends CheckedInterruptedRunnable { class in AbstractQueuedSynchronizerTest
158 InterruptedSyncRunnable(Mutex sync) { this.sync = sync; } in InterruptedSyncRunnable() method in AbstractQueuedSynchronizerTest.InterruptedSyncRunnable
342 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasQueuedThreads()
372 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testIsQueued()
402 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetFirstQueuedThread()
424 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasContended()
443 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetQueuedThreads()
471 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetExclusiveQueuedThreads()
502 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetSharedQueuedThreads_Exclusive()
1115 Thread t = newStartedThread(new InterruptedSyncRunnable(sync));
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/tck/
H A DAbstractQueuedLongSynchronizerTest.java151 class InterruptedSyncRunnable extends CheckedInterruptedRunnable { class in AbstractQueuedLongSynchronizerTest
153 InterruptedSyncRunnable(Mutex sync) { this.sync = sync; } in InterruptedSyncRunnable() method in AbstractQueuedLongSynchronizerTest.InterruptedSyncRunnable
338 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasQueuedThreads()
368 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testIsQueued()
398 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetFirstQueuedThread()
420 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasContended()
439 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetQueuedThreads()
467 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetExclusiveQueuedThreads()
498 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetSharedQueuedThreads_Exclusive()
1111 Thread t = newStartedThread(new InterruptedSyncRunnable(sync));
H A DAbstractQueuedSynchronizerTest.java156 class InterruptedSyncRunnable extends CheckedInterruptedRunnable { class in AbstractQueuedSynchronizerTest
158 InterruptedSyncRunnable(Mutex sync) { this.sync = sync; } in InterruptedSyncRunnable() method in AbstractQueuedSynchronizerTest.InterruptedSyncRunnable
342 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasQueuedThreads()
372 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testIsQueued()
402 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetFirstQueuedThread()
424 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasContended()
443 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetQueuedThreads()
471 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetExclusiveQueuedThreads()
502 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetSharedQueuedThreads_Exclusive()
1115 Thread t = newStartedThread(new InterruptedSyncRunnable(sync));
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/concurrent/tck/
H A DAbstractQueuedLongSynchronizerTest.java151 class InterruptedSyncRunnable extends CheckedInterruptedRunnable { class in AbstractQueuedLongSynchronizerTest
153 InterruptedSyncRunnable(Mutex sync) { this.sync = sync; } in InterruptedSyncRunnable() method in AbstractQueuedLongSynchronizerTest.InterruptedSyncRunnable
338 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasQueuedThreads()
368 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testIsQueued()
398 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetFirstQueuedThread()
420 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasContended()
439 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetQueuedThreads()
467 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetExclusiveQueuedThreads()
498 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetSharedQueuedThreads_Exclusive()
1111 Thread t = newStartedThread(new InterruptedSyncRunnable(sync));
H A DAbstractQueuedSynchronizerTest.java156 class InterruptedSyncRunnable extends CheckedInterruptedRunnable { class in AbstractQueuedSynchronizerTest
158 InterruptedSyncRunnable(Mutex sync) { this.sync = sync; } in InterruptedSyncRunnable() method in AbstractQueuedSynchronizerTest.InterruptedSyncRunnable
342 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasQueuedThreads()
372 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testIsQueued()
402 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetFirstQueuedThread()
424 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasContended()
443 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetQueuedThreads()
471 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetExclusiveQueuedThreads()
502 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetSharedQueuedThreads_Exclusive()
1115 Thread t = newStartedThread(new InterruptedSyncRunnable(sync));
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/concurrent/tck/
H A DAbstractQueuedLongSynchronizerTest.java151 class InterruptedSyncRunnable extends CheckedInterruptedRunnable { class in AbstractQueuedLongSynchronizerTest
153 InterruptedSyncRunnable(Mutex sync) { this.sync = sync; } in InterruptedSyncRunnable() method in AbstractQueuedLongSynchronizerTest.InterruptedSyncRunnable
338 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasQueuedThreads()
368 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testIsQueued()
398 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetFirstQueuedThread()
420 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasContended()
439 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetQueuedThreads()
467 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetExclusiveQueuedThreads()
498 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetSharedQueuedThreads_Exclusive()
1111 Thread t = newStartedThread(new InterruptedSyncRunnable(sync));
H A DAbstractQueuedSynchronizerTest.java156 class InterruptedSyncRunnable extends CheckedInterruptedRunnable { class in AbstractQueuedSynchronizerTest
158 InterruptedSyncRunnable(Mutex sync) { this.sync = sync; } in InterruptedSyncRunnable() method in AbstractQueuedSynchronizerTest.InterruptedSyncRunnable
342 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasQueuedThreads()
372 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testIsQueued()
402 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetFirstQueuedThread()
424 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasContended()
443 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetQueuedThreads()
471 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetExclusiveQueuedThreads()
502 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetSharedQueuedThreads_Exclusive()
1115 Thread t = newStartedThread(new InterruptedSyncRunnable(sync));
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/concurrent/tck/
H A DAbstractQueuedLongSynchronizerTest.java151 class InterruptedSyncRunnable extends CheckedInterruptedRunnable { class in AbstractQueuedLongSynchronizerTest
153 InterruptedSyncRunnable(Mutex sync) { this.sync = sync; } in InterruptedSyncRunnable() method in AbstractQueuedLongSynchronizerTest.InterruptedSyncRunnable
338 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasQueuedThreads()
368 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testIsQueued()
398 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetFirstQueuedThread()
420 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasContended()
439 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetQueuedThreads()
467 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetExclusiveQueuedThreads()
498 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetSharedQueuedThreads_Exclusive()
1111 Thread t = newStartedThread(new InterruptedSyncRunnable(sync));
H A DAbstractQueuedSynchronizerTest.java156 class InterruptedSyncRunnable extends CheckedInterruptedRunnable { class in AbstractQueuedSynchronizerTest
158 InterruptedSyncRunnable(Mutex sync) { this.sync = sync; } in InterruptedSyncRunnable() method in AbstractQueuedSynchronizerTest.InterruptedSyncRunnable
342 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasQueuedThreads()
372 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testIsQueued()
402 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetFirstQueuedThread()
424 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasContended()
443 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetQueuedThreads()
471 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetExclusiveQueuedThreads()
502 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetSharedQueuedThreads_Exclusive()
1115 Thread t = newStartedThread(new InterruptedSyncRunnable(sync));
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/concurrent/tck/
H A DAbstractQueuedLongSynchronizerTest.java151 class InterruptedSyncRunnable extends CheckedInterruptedRunnable { class in AbstractQueuedLongSynchronizerTest
153 InterruptedSyncRunnable(Mutex sync) { this.sync = sync; } in InterruptedSyncRunnable() method in AbstractQueuedLongSynchronizerTest.InterruptedSyncRunnable
338 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasQueuedThreads()
368 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testIsQueued()
398 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetFirstQueuedThread()
420 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasContended()
439 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetQueuedThreads()
467 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetExclusiveQueuedThreads()
498 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetSharedQueuedThreads_Exclusive()
1111 Thread t = newStartedThread(new InterruptedSyncRunnable(sync));
H A DAbstractQueuedSynchronizerTest.java156 class InterruptedSyncRunnable extends CheckedInterruptedRunnable { class in AbstractQueuedSynchronizerTest
158 InterruptedSyncRunnable(Mutex sync) { this.sync = sync; } in InterruptedSyncRunnable() method in AbstractQueuedSynchronizerTest.InterruptedSyncRunnable
342 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasQueuedThreads()
372 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testIsQueued()
402 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetFirstQueuedThread()
424 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasContended()
443 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetQueuedThreads()
471 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetExclusiveQueuedThreads()
502 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetSharedQueuedThreads_Exclusive()
1115 Thread t = newStartedThread(new InterruptedSyncRunnable(sync));