Searched refs:cancelInternal (Results 1 – 7 of 7) sorted by relevance
21 cancelInternal(defaultCancellationException()) in <lambda>()26 cancelInternal(defaultCancellationException()) in <lambda>()32 cancelInternal(cause ?: defaultCancellationException()) in <lambda>()35 override fun cancelInternal(cause: Throwable) { in <lambda>() method
152 cancelInternal(cause ?: defaultCancellationException()) in <lambda>()157 cancelInternal(cause ?: defaultCancellationException()) in <lambda>()160 override fun cancelInternal(cause: Throwable) { in <lambda>() method
535 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()
621 cancelInternal(cause ?: defaultCancellationException()) in <lambda>()630 cancelInternal(cause?.toCancellationException() ?: defaultCancellationException()) in <lambda>()635 public open fun cancelInternal(cause: Throwable) { in <lambda>() method
81 (exceptionalJob as AbstractCoroutine<*>).cancelInternal(TestException1()) in <lambda>()
56 coroutine.cancelInternal(ArithmeticException()) in <lambda>()
474 public fun cancelInternal (Ljava/lang/Throwable;)V