Searched refs:nextIfRemoved (Results 1 – 1 of 1) sorted by relevance
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/ | ||
D | LockFreeLinkedList.kt | 553 protected open fun nextIfRemoved(): Node? = (next as? Removed)?.ref in <lambda>() method in kotlinx.coroutines.internal.LockFreeLinkedListNode |