Searched refs:hasQueuedThread (Results 1 – 1 of 1) sorted by relevance
833 public boolean hasQueuedThread(Thread thread) { in hasQueuedThread() method in Monitor834 return lock.hasQueuedThread(thread); in hasQueuedThread()