Searched refs:addOneIfEmpty (Results 1 – 5 of 5) sorted by relevance
17 public fun addOneIfEmpty(node: LockFreeLinkedListNode): Boolean in addLast() method in kotlinx.coroutines.internal.LockFreeLinkedListNode
45 public fun addOneIfEmpty(node: Node): Boolean { in addOneIfEmpty() method in kotlinx.coroutines.internal.LinkedListNode
119 public actual fun addOneIfEmpty(node: Node): Boolean { in <lambda>() method in kotlinx.coroutines.internal.LockFreeLinkedListNode
532 state.addOneIfEmpty(NodeList()) in <lambda>()