kotlin-stdlib / kotlin.native.concurrent / AtomicNativePtr / compareAndSwap compareAndSwap Native 1.3 fun compareAndSwap( expected: NativePtr, new: NativePtr): NativePtr(source) Compares value with expected and replaces it with new value if values matches. Parameters expected - the expected value new - the new value Return the old value