Searched refs:resumeCancellableWithException (Results 1 – 3 of 3) sorted by relevance
33 MODE_CANCELLABLE -> resumeCancellableWithException(exception) in resumeWithExceptionMode()55 MODE_CANCELLABLE -> intercepted().resumeCancellableWithException(exception) in resumeUninterceptedWithExceptionMode()
130 inline fun resumeCancellableWithException(exception: Throwable) { in <lambda>() method188 internal fun <T> Continuation<T>.resumeCancellableWithException(exception: Throwable) = when (this)… in resumeCancellableWithException() method189 is DispatchedContinuation -> resumeCancellableWithException(exception) in resumeCancellableWithException()
262 uCont.intercepted().resumeCancellableWithException(exception) in resumeSelectCancellableWithException()