/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/jsAndWasmSharedMain/kotlin/kotlinx/atomicfu/ |
H A D | AtomicFU.kt | 65 public actual fun getAndSet(value: T): T { in atomic() method 98 public actual fun getAndSet(value: Boolean): Boolean { in getAndSet() method 129 public actual fun getAndSet(value: Int): Int { in toString() method 189 public actual fun getAndSet(value: Long): Long { in getAndSet() method
|
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/nativeMain/kotlin/kotlinx/atomicfu/ |
H A D | AtomicFU.kt | 60 public actual fun getAndSet(value: T): T { in atomic() method in kotlinx.atomicfu.AtomicRef 92 public actual fun getAndSet(value: Boolean): Boolean { in getAndSet() method in kotlinx.atomicfu.AtomicBoolean 123 public actual fun getAndSet(value: Int): Int { in toString() method in kotlinx.atomicfu.AtomicInt 161 public actual fun getAndSet(value: Long): Long { in compareAndSet() method in kotlinx.atomicfu.AtomicLong
|
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/commonMain/kotlin/kotlinx/atomicfu/ |
H A D | AtomicFU.common.kt | 147 public fun getAndSet(value: T): T in atomic() method in kotlinx.atomicfu.AtomicRef 225 public fun getAndSet(value: Boolean): Boolean in getValue() method in kotlinx.atomicfu.AtomicBoolean 303 public fun getAndSet(value: Int): Int in getValue() method in kotlinx.atomicfu.AtomicInt 420 public fun getAndSet(value: Long): Long in getValue() method in kotlinx.atomicfu.AtomicLong
|
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/jvmMain/kotlin/kotlinx/atomicfu/ |
H A D | AtomicFU.kt | 114 public actual fun getAndSet(value: T): T { in atomic() method 180 public actual fun getAndSet(value: Boolean): Boolean { in getAndSet() method 238 public actual fun getAndSet(value: Int): Int { in getAndSet() method 363 public actual fun getAndSet(value: Long): Long { in getAndSet() method
|
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.atomicfu/kotlinx_atomicfu/android_common_apex34/kotlin/ |
D | kotlinx_atomicfu.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/external__kotlinx.atomicfu__android_common_apex34__kotlinx_atomicfu. ... |
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.atomicfu/kotlinx_atomicfu/android_common_apex30/kotlin/ |
D | kotlinx_atomicfu.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/external__kotlinx.atomicfu__android_common_apex30__kotlinx_atomicfu. ... |
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.atomicfu/kotlinx_atomicfu/android_common_apex33/kotlin/ |
D | kotlinx_atomicfu.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/external__kotlinx.atomicfu__android_common_apex33__kotlinx_atomicfu. ... |
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.atomicfu/kotlinx_atomicfu/linux_glibc_common/kotlin/ |
D | kotlinx_atomicfu.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/external__kotlinx.atomicfu__linux_glibc_common__kotlinx_atomicfu. ... |
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.atomicfu/kotlinx_atomicfu/linux_glibc_common/local-javac-header/ |
D | kotlinx_atomicfu.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/external__kotlinx.atomicfu__linux_glibc_common__kotlinx_atomicfu. ... |
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.atomicfu/kotlinx_atomicfu/android_common/kotlin/ |
D | kotlinx_atomicfu.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/external__kotlinx.atomicfu__android_common__kotlinx_atomicfu. ... |
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/20/libcore/ojluni/src/main/java/java/util/concurrent/atomic/ |
D | AtomicReferenceFieldUpdater.java | 193 public V getAndSet(T obj, V newValue) { in getAndSet() method in AtomicReferenceFieldUpdater 484 public final V getAndSet(T obj, V newValue) { in getAndSet() method in AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl
|
D | AtomicIntegerFieldUpdater.java | 171 public int getAndSet(T obj, int newValue) { in getAndSet() method in AtomicIntegerFieldUpdater 531 public final int getAndSet(T obj, int newValue) { in getAndSet() method in AtomicIntegerFieldUpdater.AtomicIntegerFieldUpdaterImpl
|
D | AtomicLongFieldUpdater.java | 174 public long getAndSet(T obj, long newValue) { in getAndSet() method in AtomicLongFieldUpdater 497 public final long getAndSet(T obj, long newValue) { in getAndSet() method in AtomicLongFieldUpdater.CASUpdater
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/atomic/ |
D | AtomicReferenceFieldUpdater.java | 193 public V getAndSet(T obj, V newValue) { in getAndSet() method in AtomicReferenceFieldUpdater 484 public final V getAndSet(T obj, V newValue) { in getAndSet() method in AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl
|
D | AtomicIntegerFieldUpdater.java | 171 public int getAndSet(T obj, int newValue) { in getAndSet() method in AtomicIntegerFieldUpdater 531 public final int getAndSet(T obj, int newValue) { in getAndSet() method in AtomicIntegerFieldUpdater.AtomicIntegerFieldUpdaterImpl
|
D | AtomicLongFieldUpdater.java | 174 public long getAndSet(T obj, long newValue) { in getAndSet() method in AtomicLongFieldUpdater 497 public final long getAndSet(T obj, long newValue) { in getAndSet() method in AtomicLongFieldUpdater.CASUpdater
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/atomic/ |
H A D | AtomicReferenceFieldUpdater.java | 193 public V getAndSet(T obj, V newValue) { in getAndSet() method in AtomicReferenceFieldUpdater 484 public final V getAndSet(T obj, V newValue) { in getAndSet() method in AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl
|
H A D | AtomicIntegerFieldUpdater.java | 171 public int getAndSet(T obj, int newValue) { in getAndSet() method in AtomicIntegerFieldUpdater 531 public final int getAndSet(T obj, int newValue) { in getAndSet() method in AtomicIntegerFieldUpdater.AtomicIntegerFieldUpdaterImpl
|
H A D | AtomicLongFieldUpdater.java | 174 public long getAndSet(T obj, long newValue) { in getAndSet() method in AtomicLongFieldUpdater 497 public final long getAndSet(T obj, long newValue) { in getAndSet() method in AtomicLongFieldUpdater.CASUpdater
|
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.atomicfu/kotlinx_atomicfu/android_common_apex34/kotlin_headers/ |
D | kotlinx_atomicfu.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/external__kotlinx.atomicfu__android_common_apex34__kotlinx_atomicfu. ... |
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.atomicfu/kotlinx_atomicfu/linux_glibc_common/kotlin_headers/ |
D | kotlinx_atomicfu.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/external__kotlinx.atomicfu__linux_glibc_common__kotlinx_atomicfu. ... |
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.atomicfu/kotlinx_atomicfu/android_common_apex30/kotlin_headers/ |
D | kotlinx_atomicfu.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/external__kotlinx.atomicfu__android_common_apex30__kotlinx_atomicfu. ... |
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.atomicfu/kotlinx_atomicfu/android_common/kotlin_headers/ |
D | kotlinx_atomicfu.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/external__kotlinx.atomicfu__android_common__kotlinx_atomicfu. ... |
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.atomicfu/kotlinx_atomicfu/android_common_apex33/kotlin_headers/ |
D | kotlinx_atomicfu.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/external__kotlinx.atomicfu__android_common_apex33__kotlinx_atomicfu. ... |
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/internal/ |
H A D | Concurrent.kt | 27 public actual fun getAndSet(value: T): T = nativeAtomic.getAndSet(value) in withLock() method
|