Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DScopes.kt20 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.kt62 override val isScopedCoroutine: Boolean get() = true constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DTimeout.kt88 override val isScopedCoroutine: Boolean get() = true in getStackTraceElement() constant in kotlinx.coroutines.TimeoutCoroutine
DJobSupport.kt330 if (isScopedCoroutine) return true in <lambda>()
951 protected open val isScopedCoroutine: Boolean get() = false in <lambda>() constant
/external/kotlinx.coroutines/binary-compatibility-validator/reference-public-api/
Dkotlinx-coroutines-core.txt407 protected fun isScopedCoroutine ()Z