Searched refs:nextWaiter (Results 1 – 2 of 2) sorted by relevance
494 ConditionNode nextWaiter; // link to next waiting node field in AbstractQueuedSynchronizer.ConditionNode1450 ConditionNode next = first.nextWaiter; in doSignal()1509 last.nextWaiter = node; in enableWait()1535 if (node == null || node.nextWaiter != null || node == lastWaiter) { in unlinkCancelledWaiters()1538 ConditionNode next = w.nextWaiter; in unlinkCancelledWaiters()1540 w.nextWaiter = null; in unlinkCancelledWaiters()1544 trail.nextWaiter = next; in unlinkCancelledWaiters()1793 for (ConditionNode w = firstWaiter; w != null; w = w.nextWaiter) { in hasWaiters()1813 for (ConditionNode w = firstWaiter; w != null; w = w.nextWaiter) { in getWaitQueueLength()1833 for (ConditionNode w = firstWaiter; w != null; w = w.nextWaiter) { in getWaitingThreads()
129 ConditionNode nextWaiter; // link to next waiting node field in AbstractQueuedLongSynchronizer.ConditionNode1084 ConditionNode next = first.nextWaiter; in doSignal()1143 last.nextWaiter = node; in enableWait()1169 if (node == null || node.nextWaiter != null || node == lastWaiter) { in unlinkCancelledWaiters()1172 ConditionNode next = w.nextWaiter; in unlinkCancelledWaiters()1174 w.nextWaiter = null; in unlinkCancelledWaiters()1178 trail.nextWaiter = next; in unlinkCancelledWaiters()1427 for (ConditionNode w = firstWaiter; w != null; w = w.nextWaiter) { in hasWaiters()1447 for (ConditionNode w = firstWaiter; w != null; w = w.nextWaiter) { in getWaitQueueLength()1467 for (ConditionNode w = firstWaiter; w != null; w = w.nextWaiter) { in getWaitingThreads()