Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DBroadcastChannel.kt343 override fun cancelImpl(cause: Throwable?): Boolean = lock.withLock { // protected by lock in <lambda>() method in kotlinx.coroutines.channels.BroadcastChannelImpl
362 public override fun cancelImpl(cause: Throwable?): Boolean = lock.withLock { in <lambda>() method in kotlinx.coroutines.channels.BroadcastChannelImpl.SubscriberBuffered
370 public override fun cancelImpl(cause: Throwable?): Boolean { in cancelImpl() method in kotlinx.coroutines.channels.BroadcastChannelImpl.SubscriberConflated
DBufferedChannel.kt1764 internal open fun cancelImpl(cause: Throwable?): Boolean = in <lambda>() method in kotlinx.coroutines.channels.BufferedChannel
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt666 internal fun cancelImpl(cause: Any?): Boolean { in <lambda>() method