AtomicMarkableReference.AttemptMark(Object, Boolean) Method

Definition

Atomically sets the value of the mark to the given update value if the current reference is == to the expected reference.

[Android.Runtime.Register("attemptMark", "(Ljava/lang/Object;Z)Z", "GetAttemptMark_Ljava_lang_Object_ZHandler")]
public virtual bool AttemptMark (Java.Lang.Object? expectedReference, bool newMark);
[<Android.Runtime.Register("attemptMark", "(Ljava/lang/Object;Z)Z", "GetAttemptMark_Ljava_lang_Object_ZHandler")>]
abstract member AttemptMark : Java.Lang.Object * bool -> bool
override this.AttemptMark : Java.Lang.Object * bool -> bool

Parameters

expectedReference
Object

the expected value of the reference

newMark
Boolean

the new value for the mark

Returns

Boolean

true if successful

Attributes

Remarks

Java documentation for java.util.concurrent.atomic.AtomicMarkableReference.attemptMark(V, boolean).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to