Home
last modified time | relevance | path

Searched refs:ParentJob (Results 1 – 3 of 3) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJob.kt438 public fun parentCancelled(parentJob: ParentJob) in parentCancelled()
448 public interface ParentJob : Job { in parentCancelled() interface
DJobSupport.kt28 public open class JobSupport constructor(active: Boolean) : Job, ChildJob, ParentJob, SelectClause0… in <lambda>()
633 public final override fun parentCancelled(parentJob: ParentJob) { in <lambda>()
717 else -> (cause as ParentJob).getChildJobCancellationCause() in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api95 public abstract fun parentCancelled (Lkotlinx/coroutines/ParentJob;)V
401 …kotlinx/coroutines/ChildJob, kotlinx/coroutines/Job, kotlinx/coroutines/ParentJob, kotlinx/corouti…
434 public final fun parentCancelled (Lkotlinx/coroutines/ParentJob;)V
482 public abstract interface class kotlinx/coroutines/ParentJob : kotlinx/coroutines/Job {
486 public final class kotlinx/coroutines/ParentJob$DefaultImpls {
487 public static synthetic fun cancel (Lkotlinx/coroutines/ParentJob;)V
488 …public static fun fold (Lkotlinx/coroutines/ParentJob;Ljava/lang/Object;Lkotlin/jvm/functions/Func…
489 …public static fun get (Lkotlinx/coroutines/ParentJob;Lkotlin/coroutines/CoroutineContext$Key;)Lkot…
490 …public static fun minusKey (Lkotlinx/coroutines/ParentJob;Lkotlin/coroutines/CoroutineContext$Key;…
491 …public static fun plus (Lkotlinx/coroutines/ParentJob;Lkotlin/coroutines/CoroutineContext;)Lkotlin…
[all …]