Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/
DLockFreeLinkedListShortStressTest.kt57 if (rnd.nextBoolean()) node.helpRemove() in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DLockFreeLinkedList.common.kt37 public fun helpRemove() in addLast() method in kotlinx.coroutines.internal.LockFreeLinkedListNode
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/internal/
DLinkedList.kt74 public fun helpRemove() {} // No concurrency on JS -> no removal in helpRemove() method in kotlinx.coroutines.internal.LinkedListNode
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/internal/
DLinkedList.kt74 public fun helpRemove() {} // no-op without multithreading in helpRemove() method in kotlinx.coroutines.internal.LinkedListNode
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DLockFreeLinkedList.kt260 public actual fun helpRemove() { in <lambda>() method in kotlinx.coroutines.internal.LockFreeLinkedListNode
285 first.helpRemove() // must help remove to ensure lock-freedom in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DAbstractChannel.kt312 previous.helpRemove() // make sure remove is complete before continuing in <lambda>()
665 previous.helpRemove() // make sure remove is complete before continuing in onCancelIdempotent()