Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DCoroutineContext.kt109 val undispatchedCompletion = if (oldValue !== NO_THREAD_ELEMENTS) { in withContinuationContext() constant
118 if (undispatchedCompletion == null || undispatchedCompletion.clearThreadContext()) { in withContinuationContext()
140 val completion = undispatchedCompletion() in updateUndispatchedCompletion()
145 internal tailrec fun CoroutineStackFrame.undispatchedCompletion(): UndispatchedCoroutine<*>? { in undispatchedCompletion() method
152 return completion.undispatchedCompletion() // walk up the call stack with tail call in undispatchedCompletion()