HomeSort by relevance Sort by last modified time
    Searched full:prednext (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedLongSynchronizer.java 501 // predNext is the apparent node to unsplice. CASes below will
504 Node predNext = pred.next;
513 compareAndSetNext(pred, predNext, null);
524 compareAndSetNext(pred, predNext, next);
    [all...]
AbstractQueuedSynchronizer.java 731 // predNext is the apparent node to unsplice. CASes below will
734 Node predNext = pred.next;
743 compareAndSetNext(pred, predNext, null);
754 compareAndSetNext(pred, predNext, next);
    [all...]

Completed in 206 milliseconds