Searched refs:undispatchedCompletion (Results 1 – 1 of 1) sorted by relevance
109 val undispatchedCompletion = if (oldValue !== NO_THREAD_ELEMENTS) { in withContinuationContext() constant118 if (undispatchedCompletion == null || undispatchedCompletion.clearThreadContext()) { in withContinuationContext()140 val completion = undispatchedCompletion() in updateUndispatchedCompletion()145 internal tailrec fun CoroutineStackFrame.undispatchedCompletion(): UndispatchedCoroutine<*>? { in undispatchedCompletion() method152 return completion.undispatchedCompletion() // walk up the call stack with tail call in undispatchedCompletion()