Searched refs:hasQueuedThread (Results 1 – 11 of 11) sorted by relevance
91 while (!lock.hasQueuedThread(t)) { in waitForQueuedThread()298 lock.hasQueuedThread(null); in testHasQueuedThreadNPE()312 assertFalse(lock.hasQueuedThread(t1)); in testHasQueuedThread()313 assertFalse(lock.hasQueuedThread(t2)); in testHasQueuedThread()317 assertTrue(lock.hasQueuedThread(t1)); in testHasQueuedThread()318 assertFalse(lock.hasQueuedThread(t2)); in testHasQueuedThread()321 assertTrue(lock.hasQueuedThread(t1)); in testHasQueuedThread()322 assertTrue(lock.hasQueuedThread(t2)); in testHasQueuedThread()325 assertFalse(lock.hasQueuedThread(t1)); in testHasQueuedThread()326 assertTrue(lock.hasQueuedThread(t2)); in testHasQueuedThread()[all …]
93 while (!lock.hasQueuedThread(t)) { in waitForQueuedThread()1176 assertTrue(lock.hasQueuedThread(t1)); in testSignalWakesFifo()1177 assertFalse(lock.hasQueuedThread(t2)); in testSignalWakesFifo()1180 assertTrue(lock.hasQueuedThread(t1)); in testSignalWakesFifo()1181 assertTrue(lock.hasQueuedThread(t2)); in testSignalWakesFifo()1295 lock.hasQueuedThread(null); in testHasQueuedThreadNPE()1310 assertFalse(lock.hasQueuedThread(t1)); in testHasQueuedThread()1311 assertFalse(lock.hasQueuedThread(t2)); in testHasQueuedThread()1315 assertTrue(lock.hasQueuedThread(t1)); in testHasQueuedThread()1316 assertFalse(lock.hasQueuedThread(t2)); in testHasQueuedThread()[all …]
41 public boolean hasQueuedThread(Thread t) { in hasQueuedThread() method in SemaphoreTest.PublicSemaphore79 while (!s.hasQueuedThread(t)) { in waitForQueuedThread()
114 while (!lock.hasQueuedThread(t)) { in waitForQueuedThread()321 lock.hasQueuedThread(null); in testHasQueuedThreadNPE()335 assertFalse(lock.hasQueuedThread(t1)); in testHasQueuedThread()336 assertFalse(lock.hasQueuedThread(t2)); in testHasQueuedThread()340 assertTrue(lock.hasQueuedThread(t1)); in testHasQueuedThread()341 assertFalse(lock.hasQueuedThread(t2)); in testHasQueuedThread()344 assertTrue(lock.hasQueuedThread(t1)); in testHasQueuedThread()345 assertTrue(lock.hasQueuedThread(t2)); in testHasQueuedThread()348 assertFalse(lock.hasQueuedThread(t1)); in testHasQueuedThread()349 assertTrue(lock.hasQueuedThread(t2)); in testHasQueuedThread()[all …]
116 while (!lock.hasQueuedThread(t)) { in waitForQueuedThread()1196 assertTrue(lock.hasQueuedThread(t1)); in testSignalWakesFifo()1197 assertFalse(lock.hasQueuedThread(t2)); in testSignalWakesFifo()1200 assertTrue(lock.hasQueuedThread(t1)); in testSignalWakesFifo()1201 assertTrue(lock.hasQueuedThread(t2)); in testSignalWakesFifo()1315 lock.hasQueuedThread(null); in testHasQueuedThreadNPE()1330 assertFalse(lock.hasQueuedThread(t1)); in testHasQueuedThread()1331 assertFalse(lock.hasQueuedThread(t2)); in testHasQueuedThread()1335 assertTrue(lock.hasQueuedThread(t1)); in testHasQueuedThread()1336 assertFalse(lock.hasQueuedThread(t2)); in testHasQueuedThread()[all …]
64 public boolean hasQueuedThread(Thread t) { in hasQueuedThread() method in SemaphoreTest.PublicSemaphore102 while (!s.hasQueuedThread(t)) { in waitForQueuedThread()
100 public final boolean hasQueuedThread(java.lang.Thread thread) { in hasQueuedThread() method in ReentrantLock
81 () -> { return !lock.hasQueuedThread(thread); })) { in waitForQueuedThread()
681 public final boolean hasQueuedThread(Thread thread) { in hasQueuedThread() method in ReentrantLock
1380 public final boolean hasQueuedThread(Thread thread) { in hasQueuedThread() method in ReentrantReadWriteLock
16975 method public final boolean hasQueuedThread(Thread);17002 method public final boolean hasQueuedThread(Thread);