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.kt21 final override val isScopedCoroutine: Boolean get() = true in getStackTraceElement() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DBuilders.kt57 override val isScopedCoroutine: Boolean get() = true constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DBuilders.kt67 override val isScopedCoroutine: Boolean get() = true constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt344 if (isScopedCoroutine) return true in <lambda>()
1003 protected open val isScopedCoroutine: Boolean get() = false in <lambda>() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api429 protected fun isScopedCoroutine ()Z