Home
last modified time | relevance | path

Searched refs:childCancelled (Results 1 – 5 of 5) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DSupervisor.kt62 override fun childCancelled(cause: Throwable): Boolean = false in childCancelled() method
69 override fun childCancelled(cause: Throwable): Boolean = false in childCancelled() method
DJob.kt479 public fun childCancelled(cause: Throwable): Boolean in childCancelled() method
673 override fun childCancelled(cause: Throwable): Boolean = false in Throwable() method
DJobSupport.kt358 return parent.childCancelled(cause) || isCancellation in <lambda>()
646 public open fun childCancelled(cause: Throwable): Boolean { in <lambda>() method
1474 override fun childCancelled(cause: Throwable): Boolean = job.childCancelled(cause) in invoke() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/
DFlowCoroutine.kt70 public override fun childCancelled(cause: Throwable): Boolean { in childCancelled() method
80 public override fun childCancelled(cause: Throwable): Boolean { in childCancelled() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api91 public abstract fun childCancelled (Ljava/lang/Throwable;)Z
411 public fun childCancelled (Ljava/lang/Throwable;)Z
474 public fun childCancelled (Ljava/lang/Throwable;)Z