Searched refs:assertHasExclusiveQueuedThreads (Results 1 – 2 of 2) sorted by relevance
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | AbstractQueuedLongSynchronizerTest.java | 149 void assertHasExclusiveQueuedThreads(AbstractQueuedLongSynchronizer sync, in assertHasExclusiveQueuedThreads() method in AbstractQueuedLongSynchronizerTest 387 assertHasExclusiveQueuedThreads(sync, NO_THREADS); in testGetQueuedThreads() 389 assertHasExclusiveQueuedThreads(sync, NO_THREADS); in testGetQueuedThreads() 392 assertHasExclusiveQueuedThreads(sync, t1); in testGetQueuedThreads() 397 assertHasExclusiveQueuedThreads(sync, t1, t2); in testGetQueuedThreads() 402 assertHasExclusiveQueuedThreads(sync, t2); in testGetQueuedThreads() 405 assertHasExclusiveQueuedThreads(sync, NO_THREADS); in testGetQueuedThreads() 415 assertHasExclusiveQueuedThreads(sync, NO_THREADS); in testGetExclusiveQueuedThreads() 417 assertHasExclusiveQueuedThreads(sync, NO_THREADS); in testGetExclusiveQueuedThreads() 420 assertHasExclusiveQueuedThreads(sync, t1); in testGetExclusiveQueuedThreads() [all …]
|
D | AbstractQueuedSynchronizerTest.java | 152 void assertHasExclusiveQueuedThreads(AbstractQueuedSynchronizer sync, in assertHasExclusiveQueuedThreads() method in AbstractQueuedSynchronizerTest 390 assertHasExclusiveQueuedThreads(sync, NO_THREADS); in testGetQueuedThreads() 392 assertHasExclusiveQueuedThreads(sync, NO_THREADS); in testGetQueuedThreads() 395 assertHasExclusiveQueuedThreads(sync, t1); in testGetQueuedThreads() 400 assertHasExclusiveQueuedThreads(sync, t1, t2); in testGetQueuedThreads() 405 assertHasExclusiveQueuedThreads(sync, t2); in testGetQueuedThreads() 408 assertHasExclusiveQueuedThreads(sync, NO_THREADS); in testGetQueuedThreads() 418 assertHasExclusiveQueuedThreads(sync, NO_THREADS); in testGetExclusiveQueuedThreads() 420 assertHasExclusiveQueuedThreads(sync, NO_THREADS); in testGetExclusiveQueuedThreads() 423 assertHasExclusiveQueuedThreads(sync, t1); in testGetExclusiveQueuedThreads() [all …]
|