Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt739 state.addExceptionLocked(causeException) in <lambda>()
892 … (proposedUpdate as? CompletedExceptionally)?.let { finishing.addExceptionLocked(it.cause) } in <lambda>()
1113 fun addExceptionLocked(exception: Throwable) { in <lambda>() method