Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DBuilders.kt76 val state = state.unboxState() in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt1200 return state.unboxState() in <lambda>()
1215 return state.unboxState() in <lambda>()
1250 … block.startCoroutineUnintercepted(state.unboxState() as T, select.completion) in <lambda>()
1273 block.startCoroutineCancellable(state.unboxState() as T, select.completion) in <lambda>()
1282 internal fun Any?.unboxState(): Any? = (this as? IncompleteStateBox)?.state ?: this in boxIncomplete() method
1411 continuation.resume(state.unboxState() as T) in invoke()
DBuilders.common.kt267 val state = this.state.unboxState() in getResult()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DBuilders.kt96 val state = this.state.unboxState() in joinBlocking()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/intrinsics/
DUndispatched.kt137 state.unboxState() in undispatchedResult()