다음을 통해 공유


AtomicBoolean.CompareAndSet(Boolean, Boolean) 메서드

정의

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

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

매개 변수

expectedValue
Boolean

예상 값

newValue
Boolean

새 값

반환

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

특성

설명

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

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

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

적용 대상