Searched refs:helpRemove (Results 1 – 6 of 6) sorted by relevance
57 if (rnd.nextBoolean()) node.helpRemove() in <lambda>()
37 public fun helpRemove() in addLast() method in kotlinx.coroutines.internal.LockFreeLinkedListNode
74 public fun helpRemove() {} // No concurrency on JS -> no removal in helpRemove() method in kotlinx.coroutines.internal.LinkedListNode
74 public fun helpRemove() {} // no-op without multithreading in helpRemove() method in kotlinx.coroutines.internal.LinkedListNode
260 public actual fun helpRemove() { in <lambda>() method in kotlinx.coroutines.internal.LockFreeLinkedListNode285 first.helpRemove() // must help remove to ensure lock-freedom in <lambda>()
312 previous.helpRemove() // make sure remove is complete before continuing in <lambda>()665 previous.helpRemove() // make sure remove is complete before continuing in onCancelIdempotent()