Home | History | Annotate | Download | only in util

Lines Matching defs:expectedModCount

525         private int expectedModCount = modCount;
534 if (expectedModCount != modCount)
548 if (expectedModCount != modCount)
566 expectedModCount = modCount;
827 private int expectedModCount; // initialized when fence set
831 int expectedModCount) {
835 this.expectedModCount = expectedModCount;
841 expectedModCount = pq.modCount;
851 expectedModCount);
866 mc = expectedModCount;
894 if (pq.modCount != expectedModCount)