Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DLockFreeLinkedList.common.kt76 public open fun onRemoved(affected: LockFreeLinkedListNode) // non-null on failure in prepare() method in AbstractAtomicDesc
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/internal/
DLinkedList.kt127 actual open fun onRemoved(affected: Node) {} in onRemoved() method in kotlinx.coroutines.internal.AbstractAtomicDesc
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/internal/
DLinkedList.kt127 actual open fun onRemoved(affected: Node) {} in onRemoved() method in kotlinx.coroutines.internal.AbstractAtomicDesc
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DLockFreeLinkedList.kt420 desc.onRemoved(affected) in <lambda>()
466 … public open fun onRemoved(affected: Node) {} // called once when node was prepared & later removed in <lambda>() method in kotlinx.coroutines.internal.LockFreeLinkedListNode.AbstractAtomicDesc
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DAbstractChannel.kt702 override fun onRemoved(affected: LockFreeLinkedListNode) { in iterator() method