Searched defs:addOneIfEmpty (Results 1 – 3 of 3) sorted by relevance
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/ | ||
| D | LockFreeLinkedList.common.kt | 17 public fun addOneIfEmpty(node: LockFreeLinkedListNode): Boolean in addLast() method in kotlinx.coroutines.internal.LockFreeLinkedListNode |
| /external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/internal/ | ||
| D | LinkedList.kt | 62 public fun addOneIfEmpty(node: Node): Boolean { in addOneIfEmpty() method in kotlinx.coroutines.internal.LinkedListNode |
| /external/kotlinx.coroutines/kotlinx-coroutines-core/concurrent/src/internal/ | ||
| D | LockFreeLinkedList.kt | 105 public actual fun addOneIfEmpty(node: Node): Boolean { in <lambda>() method in kotlinx.coroutines.internal.LockFreeLinkedListNode |