Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DAbstractQueuedSynchronizerTest.java168 void assertHasExclusiveQueuedThreads(AbstractQueuedSynchronizer sync, in assertHasExclusiveQueuedThreads() method in AbstractQueuedSynchronizerTest
416 assertHasExclusiveQueuedThreads(sync, NO_THREADS); in testGetQueuedThreads()
418 assertHasExclusiveQueuedThreads(sync, NO_THREADS); in testGetQueuedThreads()
421 assertHasExclusiveQueuedThreads(sync, t1); in testGetQueuedThreads()
426 assertHasExclusiveQueuedThreads(sync, t1, t2); in testGetQueuedThreads()
431 assertHasExclusiveQueuedThreads(sync, t2); in testGetQueuedThreads()
434 assertHasExclusiveQueuedThreads(sync, NO_THREADS); in testGetQueuedThreads()
444 assertHasExclusiveQueuedThreads(sync, NO_THREADS); in testGetExclusiveQueuedThreads()
446 assertHasExclusiveQueuedThreads(sync, NO_THREADS); in testGetExclusiveQueuedThreads()
449 assertHasExclusiveQueuedThreads(sync, t1); in testGetExclusiveQueuedThreads()
[all …]
DAbstractQueuedLongSynchronizerTest.java165 void assertHasExclusiveQueuedThreads(AbstractQueuedLongSynchronizer sync, in assertHasExclusiveQueuedThreads() method in AbstractQueuedLongSynchronizerTest
413 assertHasExclusiveQueuedThreads(sync, NO_THREADS); in testGetQueuedThreads()
415 assertHasExclusiveQueuedThreads(sync, NO_THREADS); in testGetQueuedThreads()
418 assertHasExclusiveQueuedThreads(sync, t1); in testGetQueuedThreads()
423 assertHasExclusiveQueuedThreads(sync, t1, t2); in testGetQueuedThreads()
428 assertHasExclusiveQueuedThreads(sync, t2); in testGetQueuedThreads()
431 assertHasExclusiveQueuedThreads(sync, NO_THREADS); in testGetQueuedThreads()
441 assertHasExclusiveQueuedThreads(sync, NO_THREADS); in testGetExclusiveQueuedThreads()
443 assertHasExclusiveQueuedThreads(sync, NO_THREADS); in testGetExclusiveQueuedThreads()
446 assertHasExclusiveQueuedThreads(sync, t1); in testGetExclusiveQueuedThreads()
[all …]