Searched refs:withContinuationContext (Results 1 – 6 of 6) sorted by relevance
29 internal expect inline fun <T> withContinuationContext(continuation: Continuation<*>, countOrElemen… method
106 internal actual inline fun <T> withContinuationContext(continuation: Continuation<*>, countOrElemen… in withContinuationContext() method269 withContinuationContext(uCont, null) { in afterResume()
47 internal actual inline fun <T> withContinuationContext(continuation: Continuation<*>, countOrElemen… in withCoroutineContext() method
51 internal actual inline fun <T> withContinuationContext(continuation: Continuation<*>, countOrElemen… in withCoroutineContext() method
90 withContinuationContext(continuation, delegate.countOrElement) { in getSuccessfulResult()
255 withContinuationContext(continuation, countOrElement) { in <lambda>()