Home | History | Annotate | Download | only in locks

Lines Matching defs:lastWaiter

1853         private transient Node lastWaiter;
1867 Node t = lastWaiter;
1868 // If lastWaiter is cancelled, clean out.
1871 t = lastWaiter;
1880 lastWaiter = node;
1893 lastWaiter = null;
1904 lastWaiter = firstWaiter = null;
1917 * insertion of a new waiter when lastWaiter is seen to have
1939 lastWaiter = trail;