Searched refs:protectedField (Results 1 – 3 of 3) sorted by relevance
18 protected volatile long protectedField; field in AtomicLongFieldUpdaterTest49 this.protectedField = 1; in checkCompareAndSetProtectedSub()189 protectedField = 1; in testCompareAndSetProtected()
18 protected volatile int protectedField; field in AtomicIntegerFieldUpdaterTest49 this.protectedField = 1; in checkCompareAndSetProtectedSub()189 protectedField = 1; in testCompareAndSetProtected()
18 protected volatile Integer protectedField; field in AtomicReferenceFieldUpdaterTest51 this.protectedField = one; in checkCompareAndSetProtectedSub()