Home
last modified time | relevance | path

Searched defs:onCancellation (Results 1 – 7 of 7) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DConcurrentLinkedList.kt241 abstract fun onCancellation(index: Int, cause: Throwable?, context: CoroutineContext) in decPointers() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCompletionState.kt33 @JvmField val onCancellation: (cause: Throwable) -> Unit in recoverResult() constant in kotlinx.coroutines.CompletedWithCancellation
DCancellableContinuationImpl.kt651 … @JvmField val onCancellation: ((cause: Throwable) -> Unit)? = null, // installed via resume block constant in CompletedContinuation
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
DSelect.kt616 … val onCancellation = clause.createOnCancellationAction(this@SelectImplementation, internalResult) in trySelect() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DCancellableContinuationHandlersTest.kt170 override fun onCancellation(index: Int, cause: Throwable?, context: CoroutineContext) { in <lambda>() method in kotlinx.coroutines.CancellableContinuationHandlersTest.testSegmentAsHandler.<lambda>.MySegment
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/sync/
DSemaphore.kt382 override fun onCancellation(index: Int, cause: Throwable?, context: CoroutineContext) { in createSegment() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DBufferedChannel.kt708 … val onCancellation = onUndeliveredElement?.bindCancellationFun(element, cont.context) in <lambda>() constant
2788 override fun onCancellation(index: Int, cause: Throwable?, context: CoroutineContext) { in casState() method