Searched refs:isScopedCoroutine (Results 1 – 6 of 6) sorted by relevance
20 final override val isScopedCoroutine: Boolean get() = true in getStackTraceElement() constant
57 override val isScopedCoroutine: Boolean get() = true constant
62 override val isScopedCoroutine: Boolean get() = true constant
88 override val isScopedCoroutine: Boolean get() = true in getStackTraceElement() constant in kotlinx.coroutines.TimeoutCoroutine
330 if (isScopedCoroutine) return true in <lambda>()951 protected open val isScopedCoroutine: Boolean get() = false in <lambda>() constant
407 protected fun isScopedCoroutine ()Z