Home
last modified time | relevance | path

Searched refs:cancelImpl (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/
DFlowCoroutine.kt72 return cancelImpl(cause) in childCancelled()
82 return cancelImpl(cause) in childCancelled()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt629 cancelImpl(cause) in <lambda>()
634 cancelImpl(parentJob) in <lambda>()
648 return cancelImpl(cause) && handlesException in <lambda>()
655 public fun cancelCoroutine(cause: Throwable?): Boolean = cancelImpl(cause) in <lambda>()
659 internal fun cancelImpl(cause: Any?): Boolean { in <lambda>() method