Home
last modified time | relevance | path

Searched defs:helpRemove (Results 1 – 4 of 4) sorted by relevance

/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