Searched refs:cancelInternal (Results 1 – 10 of 10) sorted by relevance
19 cancelInternal(defaultCancellationException()) in <lambda>()24 cancelInternal(defaultCancellationException()) in <lambda>()29 cancelInternal(cause ?: defaultCancellationException()) in <lambda>()32 override fun cancelInternal(cause: Throwable) { in <lambda>() method
138 cancelInternal(cause ?: defaultCancellationException()) in <lambda>()143 cancelInternal(cause ?: defaultCancellationException()) in <lambda>()146 override fun cancelInternal(cause: Throwable) { in <lambda>() method
81 cancelInternal(cause) in cancel()84 cancelInternal(cause) in cancel()87 private fun cancelInternal(cause: Throwable?): Boolean = in cancelInternal() method89 for (sub in subscribers) sub.cancelInternal(cause) in cancelInternal()
635 cancelInternal(cause) in cancel()638 cancelInternal(cause ?: CancellationException("$classSimpleName was cancelled")) in cancel()642 internal fun cancelInternal(cause: Throwable?): Boolean = in cancelInternal() method
534 children.forEach { (it as? JobSupport)?.cancelInternal(cause.orCancellation(this)) } in cancelChildren()618 job.cancelInternal(cause.orCancellation(job)) in cancel()652 job.children.forEach { (it as? JobSupport)?.cancelInternal(cause.orCancellation(job)) } in cancelChildren()
614 cancelInternal(cause ?: defaultCancellationException()) in <lambda>()623 cancelInternal(cause?.toCancellationException() ?: defaultCancellationException()) in <lambda>()628 public open fun cancelInternal(cause: Throwable) { in <lambda>() method
81 (exceptionalJob as AbstractCoroutine<*>).cancelInternal(TestException1()) in <lambda>()
56 coroutine.cancelInternal(ArithmeticException()) in <lambda>()
54 override fun cancel(cause: Throwable?): Boolean = (sub as AbstractChannel).cancelInternal(cause) in toString()
409 public fun cancelInternal (Ljava/lang/Throwable;)V