Home | History | Annotate | Download | only in locks

Lines Matching defs:lastWaiter

1389         private transient Node lastWaiter;
1403 Node t = lastWaiter;
1404 // If lastWaiter is cancelled, clean out.
1407 t = lastWaiter;
1416 lastWaiter = node;
1429 lastWaiter = null;
1440 lastWaiter = firstWaiter = null;
1453 * insertion of a new waiter when lastWaiter is seen to have
1475 lastWaiter = trail;