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