Home
last modified time | relevance | path

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

/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/nativeMain/kotlin/kotlinx/atomicfu/locks/
H A DSynchronized.kt38 … val fatLock = LockState(FAT, state.nestedLocks, state.waiters + 1, state.ownerThreadId, mutex) in lock() constant
57 …val fatLock = LockState(FAT, state.nestedLocks, state.waiters + 1, state.ownerThreadId, state.mute… in lock() constant