Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DAbstractQueuedLongSynchronizerTest.java116 static final Thread[] NO_THREADS = new Thread[0]; field in AbstractQueuedLongSynchronizerTest
387 assertHasExclusiveQueuedThreads(sync, NO_THREADS); in testGetQueuedThreads()
389 assertHasExclusiveQueuedThreads(sync, NO_THREADS); in testGetQueuedThreads()
405 assertHasExclusiveQueuedThreads(sync, NO_THREADS); in testGetQueuedThreads()
415 assertHasExclusiveQueuedThreads(sync, NO_THREADS); in testGetExclusiveQueuedThreads()
417 assertHasExclusiveQueuedThreads(sync, NO_THREADS); in testGetExclusiveQueuedThreads()
433 assertHasExclusiveQueuedThreads(sync, NO_THREADS); in testGetExclusiveQueuedThreads()
463 assertHasSharedQueuedThreads(l, NO_THREADS); in testGetSharedQueuedThreads_Shared()
481 assertHasSharedQueuedThreads(l, NO_THREADS); in testGetSharedQueuedThreads_Shared()
618 assertHasWaitersUnlocked(sync, c, NO_THREADS);
[all …]
DAbstractQueuedSynchronizerTest.java120 static final Thread[] NO_THREADS = new Thread[0]; field in AbstractQueuedSynchronizerTest
390 assertHasExclusiveQueuedThreads(sync, NO_THREADS); in testGetQueuedThreads()
392 assertHasExclusiveQueuedThreads(sync, NO_THREADS); in testGetQueuedThreads()
408 assertHasExclusiveQueuedThreads(sync, NO_THREADS); in testGetQueuedThreads()
418 assertHasExclusiveQueuedThreads(sync, NO_THREADS); in testGetExclusiveQueuedThreads()
420 assertHasExclusiveQueuedThreads(sync, NO_THREADS); in testGetExclusiveQueuedThreads()
436 assertHasExclusiveQueuedThreads(sync, NO_THREADS); in testGetExclusiveQueuedThreads()
466 assertHasSharedQueuedThreads(l, NO_THREADS); in testGetSharedQueuedThreads_Shared()
484 assertHasSharedQueuedThreads(l, NO_THREADS); in testGetSharedQueuedThreads_Shared()
621 assertHasWaitersUnlocked(sync, c, NO_THREADS);
[all …]