compareAndSet

external fun compareAndSet(expected: NativePtr, new: NativePtr): Boolean

Compares value with expected and replaces it with new value if values matches.

Return

true if successful

Parameters

expected

the expected value

new

the new value