Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/lincheck/
DMutexLincheckTest.kt38 fun holdsLock(@Param(name = "owner") owner: Int) = mutex.holdsLock(owner) method in kotlinx.coroutines.lincheck.MutexLincheckTest
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/sync/
DMutex.kt85 public fun holdsLock(owner: Any): Boolean in <lambda>() method
151 override fun holdsLock(owner: Any): Boolean = holdsLockImpl(owner) == HOLDS_LOCK_YES in holdsLock() method