Home | History | Annotate | Download | only in concurrent

Lines Matching refs:hn

752                 QNode hn = h.next;   // Absorb cancelled first node as head
753 if (hn != null && hn.isCancelled()) {
754 advanceHead(h, hn);