Home | History | Annotate | Download | only in concurrent

Lines Matching refs:hops

109      * using two techniques: advancing multiple hops with a single CAS
412 private static final int HOPS = 2;
451 int hops = 1;
454 for (Node<E> p = prev; ; ++hops) {
475 for (Node<E> p = next; ; ++hops) {
496 if (hops < HOPS