Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DLockFreeLinkedList.kt553 protected open fun nextIfRemoved(): Node? = (next as? Removed)?.ref in <lambda>() method in kotlinx.coroutines.internal.LockFreeLinkedListNode
653 override fun nextIfRemoved(): Node? = null in toString() method in kotlinx.coroutines.internal.LockFreeLinkedListHead