Home
last modified time | relevance | path

Searched defs:compareAndSet (Results 1 – 3 of 3) sorted by relevance

/lifecycle/lifecycle-common/src/nonJvmCommonMain/kotlin/androidx/lifecycle/
DLifecycle.nonJvm.kt29 public actual fun compareAndSet(expectedValue: V, newValue: V): Boolean = in get() method
/lifecycle/lifecycle-common/src/jvmMain/kotlin/androidx/lifecycle/
DLifecycle.jvm.kt34 public actual fun compareAndSet(expectedValue: V, newValue: V): Boolean = in get() method
/lifecycle/lifecycle-common/src/commonMain/kotlin/androidx/lifecycle/
DLifecycle.kt292 public fun compareAndSet(expectedValue: V, newValue: V): Boolean in get() method