Searched refs:completionCause (Results 1 – 7 of 7) sorted by relevance
337 … val completionCause = if (scope.isCancelled) scope.tryGetCompletionCause() else null in runTest() constant339 if (completionCause == null) in runTest()343 if (completionCause != null && activeChildren.isEmpty()) { in runTest()540 val completionCause = if (coroutine.isCancelled) coroutine.tryGetCompletionCause() else null in handleTimeout() constant542 if (completionCause == null) in handleTimeout()546 if (completionCause != null && activeChildren.isEmpty()) { in handleTimeout()553 completionCause?.let { cause -> error.addSuppressed(cause) } in handleTimeout()
304 fun tryGetCompletionCause(): Throwable? = completionCause in tryGetCompletionCause()
125 doLockedSignalCompleted(completionCause, completionCauseHandled) in doLockedNext()158 doLockedSignalCompleted(completionCause, completionCauseHandled) in unlockAndCheckCompleted()
229 fun tryGetCompletionCause(): Throwable? = completionCause in runTest()
229 doLockedSignalCompleted(completionCause, completionCauseHandled) in unlockAndCheckCompleted()
434 protected val completionCause: Throwable? in <lambda>() constant