Home
last modified time | relevance | path

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

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/internal/
DAtomic.kt26 fun compareAndSet(expect: V, newValue: V): Boolean in get() method
36 fun compareAndSet(expect: Int, newValue: Int): Boolean in get() method
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/platform/
DAtomicInt.kt22 fun compareAndSet(expected: Int, new: Int): Boolean method
/compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/
DExpect.kt26 fun compareAndSet(expect: V, newValue: V): Boolean method
/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/
DAtomicReference.kt26 fun compareAndSet(expect: V, newValue: V): Boolean method
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/
DAtomicReference.kt26 fun compareAndSet(expect: V, newValue: V): Boolean method
/compose/runtime/runtime/src/linuxx64StubsMain/kotlin/androidx/compose/runtime/internal/
DAtomic.linuxx64Stubs.kt28 actual fun compareAndSet(expect: V, newValue: V): Boolean = implementedInJetBrainsFork() in get() method
36 actual fun compareAndSet(expect: Int, newValue: Int): Boolean = implementedInJetBrainsFork() in get() method
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/
DExpect.kt26 fun compareAndSet(expect: V, newValue: V): Boolean in get() method
/compose/ui/ui/src/commonStubsMain/kotlin/androidx/compose/ui/platform/
DAtomicInt.commonStubs.kt24 actual fun compareAndSet(expected: Int, new: Int): Boolean = implementedInJetBrainsFork() method
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/internal/
DInternalMutatorMutex.kt38 fun compareAndSet(expect: V, newValue: V): Boolean in get() method
/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DInternalMutatorMutex.kt38 fun compareAndSet(expect: V, newValue: V): Boolean in get() method
/compose/ui/ui/src/commonStubsMain/kotlin/androidx/compose/ui/
DAtomicReference.commonStubs.kt30 actual fun compareAndSet(expect: V, newValue: V): Boolean = implementedInJetBrainsFork() method
/compose/animation/animation-core/src/commonStubsMain/kotlin/androidx/compose/animation/core/
DExpect.commonStubs.kt28 actual fun compareAndSet(expect: V, newValue: V): Boolean = implementedInJetBrainsFork() method
/compose/material/material/src/commonStubsMain/kotlin/androidx/compose/material/
DInternalMutatorMutex.commonStubs.kt28 actual fun compareAndSet(expect: V, newValue: V): Boolean = implementedInJetBrainsFork() method
/compose/ui/ui-text/src/commonStubsMain/kotlin/androidx/compose/ui/text/
DActualAtomicReferenceJvm.commonStubs.kt30 actual fun compareAndSet(expect: V, newValue: V): Boolean = implementedInJetBrainsFork() method
/compose/material3/material3/src/commonStubsMain/kotlin/androidx/compose/material3/internal/
DInternalMutatorMutex.commonStubs.kt30 actual fun compareAndSet(expect: V, newValue: V): Boolean = implementedInJetBrainsFork() method
/compose/foundation/foundation/src/commonStubsMain/kotlin/androidx/compose/foundation/
DExpect.commonStubs.kt28 actual fun compareAndSet(expect: V, newValue: V): Boolean = implementedInJetBrainsFork() in getAndSet() method