Home
last modified time | relevance | path

Searched defs:withLock (Results 1 – 25 of 550) sorted by relevance

12345678910>>...22

/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/paging/paging-common-android/3.4.0-alpha01/androidx.paging_paging-common/android_common_apex30/aar/
Dclasses.jarMETA-INF/ androidx/ androidx/paging/ androidx/paging/internal/ androidx/paging ...
Dandroidx.paging_paging-common.jarMETA-INF/ androidx/ androidx/paging/ androidx/paging/internal/ androidx/paging ...
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/commonTest/kotlin/kotlinx/atomicfu/test/
H A DSimpleLockTest.kt12 fun withLock() { in <lambda>() method
24 fun <T> withLock(block: () -> T): T { in withLock() method in kotlinx.atomicfu.test.SimpleLock
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/datastore/datastore-core-okio-jvm/1.2.0-alpha01/androidx.datastore_datastore-core-okio/android_common_apex30/local-combined/
Dandroidx.datastore_datastore-core-okio.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/androidx/ META- ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/datastore/datastore-core-okio-jvm/1.2.0-alpha01/androidx.datastore_datastore-core-okio/android_common_apex33/local-combined/
Dandroidx.datastore_datastore-core-okio.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/androidx/ META- ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/datastore/datastore-core-okio-jvm/1.2.0-alpha01/androidx.datastore_datastore-core-okio/android_common/local-combined/
Dandroidx.datastore_datastore-core-okio.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/androidx/ META- ...
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/datastore/datastore-core-okio-jvm/1.2.0-alpha01/
HDdatastore-core-okio-jvm-1.2.0-alpha01.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/datastore-core- ...
/aosp_15_r20/external/pytorch/c10/util/
H A DSynchronized.h45 auto withLock(CB&& cb) { in withLock() function
56 auto withLock(CB&& cb) const { in withLock() function
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/datastore/datastore-core-android/1.2.0-alpha01/androidx.datastore_datastore-core/android_common_apex30/aar/
Dandroidx.datastore_datastore-core.jarMETA-INF/ androidx/ androidx/datastore/ androidx/datastore/core/ androidx/datastore ...
Dclasses.jarMETA-INF/ androidx/ androidx/datastore/ androidx/datastore/core/ androidx/datastore ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/datastore/datastore-core-android/1.2.0-alpha01/androidx.datastore_datastore-core/android_common/aar/
Dclasses.jarMETA-INF/ androidx/ androidx/datastore/ androidx/datastore/core/ androidx/datastore ...
Dandroidx.datastore_datastore-core.jarMETA-INF/ androidx/ androidx/datastore/ androidx/datastore/core/ androidx/datastore ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/datastore/datastore-core-android/1.2.0-alpha01/androidx.datastore_datastore-core/android_common_apex33/aar/
Dandroidx.datastore_datastore-core.jarMETA-INF/ androidx/ androidx/datastore/ androidx/datastore/core/ androidx/datastore ...
Dclasses.jarMETA-INF/ androidx/ androidx/datastore/ androidx/datastore/core/ androidx/datastore ...
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/jvmMain/kotlin/kotlinx/atomicfu/locks/
H A DSynchronized.kt15 public actual inline fun <T> ReentrantLock.withLock(block: () -> T): T { in reentrantLock() method
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/jsAndWasmSharedMain/kotlin/kotlinx/atomicfu/locks/
H A DSynchronized.kt21 public actual inline fun <T> ReentrantLock.withLock(block: () -> T) = block() method
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/commonMain/kotlin/kotlinx/atomicfu/locks/
H A DSynchronized.common.kt13 public expect inline fun <T> ReentrantLock.withLock(block: () -> T): T method
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/window/window-java/1.6.0-alpha01/androidx.window_window-java/android_common/aar/
Dclasses.jarMETA-INF/ androidx/ androidx/window/ androidx/window/java/ androidx/window ...
Dandroidx.window_window-java.jarMETA-INF/ androidx/ androidx/window/ androidx/window/java/ androidx/window ...
/aosp_15_r20/external/okio/okio/src/jvmMain/kotlin/okio/
H A D-JvmPlatform.kt33 actual inline fun <T> Lock.withLock(action: () -> T): T = jvmWithLock(action) method
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
H A DConcurrent.kt11 internal actual inline fun <T> ReentrantLock.withLock(action: () -> T) = this.withLockJvm(action) in withLock() method
/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/
H A DCommonPlatform.kt31 expect inline fun <T> Lock.withLock(action: () -> T): T in toUtf8String() method
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/internal/
H A DConcurrent.kt10 internal actual inline fun <T> ReentrantLock.withLock(action: () -> T): T = this.withLock2(action) in withLock() method
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
H A DConcurrent.common.kt8 internal expect inline fun <T> ReentrantLock.withLock(action: () -> T): T in tryLock() method
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jsAndWasmShared/src/internal/
H A DConcurrent.kt5 internal actual inline fun <T> ReentrantLock.withLock(action: () -> T) = action() in withLock() method

12345678910>>...22