Searched defs:cancelImpl (Results 1 – 3 of 3) sorted by relevance
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/ | ||
| D | BroadcastChannel.kt | 292 override fun cancelImpl(cause: Throwable?): Boolean = lock.withLock { // protected by lock in <lambda>() method in kotlinx.coroutines.channels.BroadcastChannelImpl |
| D | BufferedChannel.kt | 1797 internal open fun cancelImpl(cause: Throwable?): Boolean = in <lambda>() method in kotlinx.coroutines.channels.BufferedChannel |
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ | ||
| D | JobSupport.kt | 693 internal fun cancelImpl(cause: Any?): Boolean { in <lambda>() method |