Searched refs:fullGetFirstQueuedThread (Results 1 – 1 of 1) sorted by relevance
949 return (head == tail) ? null : fullGetFirstQueuedThread(); in getFirstQueuedThread()955 private Thread fullGetFirstQueuedThread() { in fullGetFirstQueuedThread() method in AbstractQueuedLongSynchronizer