Home
last modified time | relevance | path

Searched refs:cancelInternal (Results 1 – 7 of 7) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannelCoroutine.kt21 cancelInternal(defaultCancellationException()) in <lambda>()
26 cancelInternal(defaultCancellationException()) in <lambda>()
32 cancelInternal(cause ?: defaultCancellationException()) in <lambda>()
35 override fun cancelInternal(cause: Throwable) { in <lambda>() method
DBroadcast.kt152 cancelInternal(cause ?: defaultCancellationException()) in <lambda>()
157 cancelInternal(cause ?: defaultCancellationException()) in <lambda>()
160 override fun cancelInternal(cause: Throwable) { in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJob.kt535 children.forEach { (it as? JobSupport)?.cancelInternal(cause.orCancellation(this)) } in cancelChildren()
619 job.cancelInternal(cause.orCancellation(job)) in cancel()
653 job.children.forEach { (it as? JobSupport)?.cancelInternal(cause.orCancellation(job)) } in cancelChildren()
DJobSupport.kt621 cancelInternal(cause ?: defaultCancellationException()) in <lambda>()
630 cancelInternal(cause?.toCancellationException() ?: defaultCancellationException()) in <lambda>()
635 public open fun cancelInternal(cause: Throwable) { in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DJoinStressTest.kt81 (exceptionalJob as AbstractCoroutine<*>).cancelInternal(TestException1()) in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DSuppressionTests.kt56 coroutine.cancelInternal(ArithmeticException()) in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api474 public fun cancelInternal (Ljava/lang/Throwable;)V