fun compareAndSet( expected: NativePtr, new: NativePtr ): Boolean
Compares value with expected and replaces it with new value if values matches.
expected - the expected value
expected
new - the new value
new
Return true if successful
© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributorsLicensed under the Apache License, Version 2.0. https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.native.concurrent/-atomic-native-ptr/compare-and-set.html