Home | History | Annotate | Download | only in locks

Lines Matching defs:hasQueuedThreads

176  * and/or {@link #hasQueuedThreads} to only do so if the synchronizer
246 * public boolean hasQueuedThreads() { return sync.hasQueuedThreads(); }
1385 public final boolean hasQueuedThreads() {
1499 * && hasQueuedThreads()}</pre>
1639 hasQueuedThreads() ? "non" : "") + "empty queue]";