Searched defs:helpRemove (Results 1 – 4 of 4) sorted by relevance
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/ | ||
D | LockFreeLinkedList.common.kt | 37 public fun helpRemove() in addLast() method in kotlinx.coroutines.internal.LockFreeLinkedListNode |
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/internal/ | ||
D | LinkedList.kt | 74 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/ | ||
D | LinkedList.kt | 74 public fun helpRemove() {} // no-op without multithreading in helpRemove() method in kotlinx.coroutines.internal.LinkedListNode |
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/ | ||
D | LockFreeLinkedList.kt | 260 public actual fun helpRemove() { in <lambda>() method in kotlinx.coroutines.internal.LockFreeLinkedListNode |