Home | History | Annotate | Download | only in concurrent

Lines Matching defs:casNext

272          * only be seen after publication via casNext or casPrev.
286 boolean casNext(Node<E> cmp, Node<E> val) {
374 if (p.casNext(null, newNode)) {
509 if (o != null && p.prev != p && first.casNext(next, p)) {
684 if (next == p || x.casNext(next, p))
1158 if (p.casNext(null, beginningOfTheEnd)) {