Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCancellableContinuation.kt359 internal fun CancellableContinuation<*>.removeOnCancellation(node: LockFreeLinkedListNode) = in removeOnCancellation() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/sync/
DMutex.kt214 cont.removeOnCancellation(waiter) in toString()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DAbstractChannel.kt179 cont.removeOnCancellation(send) in <lambda>()