Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DScopes.kt23 final override val isScopedCoroutine: Boolean get() = true in getStackTraceElement() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DBuilders.kt68 override val isScopedCoroutine: Boolean get() = true constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DBuilders.kt102 override val isScopedCoroutine: Boolean get() = true constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt346 if (isScopedCoroutine) return true in <lambda>()
1010 protected open val isScopedCoroutine: Boolean get() = false in <lambda>() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api497 protected fun isScopedCoroutine ()Z