다음을 통해 공유


AtomicInteger.CompareAndSet(Int32, Int32) 메서드

정의

현재 값이 지정된 대로 메모리 효과가 있는 경우 == expectedValue값을 newValue 원자성으로 VarHandle#compareAndSet설정합니다.

[Android.Runtime.Register("compareAndSet", "(II)Z", "")]
public bool CompareAndSet (int expectedValue, int newValue);
[<Android.Runtime.Register("compareAndSet", "(II)Z", "")>]
member this.CompareAndSet : int * int -> bool

매개 변수

expectedValue
Int32

예상 값

newValue
Int32

새 값

반환

성공하는 경우 true입니다. False 반환은 실제 값이 예상 값과 같지 않음을 나타냅니다.

특성

설명

현재 값이 지정된 대로 메모리 효과가 있는 경우 == expectedValue값을 newValue 원자성으로 VarHandle#compareAndSet설정합니다.

에 대한 java.util.concurrent.atomic.AtomicInteger.compareAndSet(int, int)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상