/external/kotlinx.atomicfu/atomicfu/src/jsAndWasmSharedMain/kotlin/kotlinx/atomicfu/ |
D | AtomicFU.kt | 58 public actual fun compareAndSet(expect: T, update: T): Boolean { in atomic() method 91 public actual fun compareAndSet(expect: Boolean, update: Boolean): Boolean { in compareAndSet() method 122 public actual fun compareAndSet(expect: Int, update: Int): Boolean { in toString() method 182 public actual fun compareAndSet(expect: Long, update: Long): Boolean { in compareAndSet() method
|
/external/kotlinx.atomicfu/atomicfu/src/nativeMain/kotlin/kotlinx/atomicfu/ |
D | AtomicFU.kt | 55 public actual inline fun compareAndSet(expect: T, update: T): Boolean { in atomic() method in kotlinx.atomicfu.AtomicRef 86 public actual fun compareAndSet(expect: Boolean, update: Boolean): Boolean { in compareAndSet() method in kotlinx.atomicfu.AtomicBoolean 120 public actual inline fun compareAndSet(expect: Int, update: Int): Boolean = in toString() method in kotlinx.atomicfu.AtomicInt 158 public actual inline fun compareAndSet(expect: Long, update: Long): Boolean = in compareAndSet() method in kotlinx.atomicfu.AtomicLong
|
/external/kotlinx.atomicfu/atomicfu/src/commonMain/kotlin/kotlinx/atomicfu/ |
D | AtomicFU.common.kt | 142 public fun compareAndSet(expect: T, update: T): Boolean in atomic() method in kotlinx.atomicfu.AtomicRef 220 public fun compareAndSet(expect: Boolean, update: Boolean): Boolean in getValue() method in kotlinx.atomicfu.AtomicBoolean 298 public fun compareAndSet(expect: Int, update: Int): Boolean in getValue() method in kotlinx.atomicfu.AtomicInt 415 public fun compareAndSet(expect: Long, update: Long): Boolean in getValue() method in kotlinx.atomicfu.AtomicLong
|
/external/kotlinx.atomicfu/atomicfu/src/jvmMain/kotlin/kotlinx/atomicfu/ |
D | AtomicFU.kt | 105 public actual fun compareAndSet(expect: T, update: T): Boolean { in atomic() method 169 public actual fun compareAndSet(expect: Boolean, update: Boolean): Boolean { in compareAndSet() method 229 public actual fun compareAndSet(expect: Int, update: Int): Boolean { in compareAndSet() method 354 public actual fun compareAndSet(expect: Long, update: Long): Boolean { in compareAndSet() method
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/internal/ |
D | Concurrent.kt | 27 …public actual fun compareAndSet(expected: V, value: V): Boolean = nativeAtomic.compareAndSet(expec… in withLock() method
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/ |
D | Concurrent.common.kt | 28 public fun compareAndSet(expected: V, value: V): Boolean in tryLock() method
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jsAndWasmShared/src/internal/ |
D | Concurrent.kt | 28 public actual fun compareAndSet(expected: V, value: V): Boolean { in identitySet() method in kotlinx.coroutines.internal.WorkaroundAtomicReference
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/ |
D | StateFlow.kt | 180 public fun compareAndSet(expect: T, update: T): Boolean in compareAndSet() method 323 override fun compareAndSet(expect: T, update: T): Boolean = in compareAndSet() method
|
/external/guava/android/guava/src/com/google/common/util/concurrent/ |
D | AtomicDouble.java | 126 public final boolean compareAndSet(double expect, double update) { in compareAndSet() method in AtomicDouble
|
D | AtomicDoubleArray.java | 149 public final boolean compareAndSet(int i, double expect, double update) { in compareAndSet() method in AtomicDoubleArray
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | AtomicDouble.java | 137 public final boolean compareAndSet(double expect, double update) { in compareAndSet() method in AtomicDouble
|
D | AtomicDoubleArray.java | 152 public final boolean compareAndSet(int i, double expect, double update) { in compareAndSet() method in AtomicDoubleArray
|
/external/pytorch/torch/csrc/distributed/c10d/ |
D | TCPStoreLibUvBackend.cpp | 1206 const std::vector<uint8_t>& LibUVStoreDaemon::compareAndSet( in compareAndSet() function in c10d::detail::LibUVStoreDaemon
|