Home | History | Annotate | Download | only in jsr166

Lines Matching defs:hasQueuedThreads

240      * hasQueuedThreads reports whether there are waiting threads
248 assertFalse(lock.hasQueuedThreads());
250 assertFalse(lock.hasQueuedThreads());
253 assertTrue(lock.hasQueuedThreads());
256 assertTrue(lock.hasQueuedThreads());
259 assertTrue(lock.hasQueuedThreads());
262 assertFalse(lock.hasQueuedThreads());
1042 assertFalse(lock.hasQueuedThreads());