Searched defs:onLock (Results 1 – 2 of 2) sorted by relevance
77 public val onLock: SelectClause2<Any?, Mutex> in <lambda>() constant228 override val onLock: SelectClause2<Any?, Mutex> get() = SelectClause2Impl( constant
29 suspend fun onLock() = select<Unit> { mutex.onLock(null) {} } in tryLock() method in kotlinx.coroutines.lincheck.MutexLincheckTest