Searched refs:describeRemoveFirst (Results 1 – 2 of 2) sorted by relevance
150 val remove1 = list1.describeRemoveFirst() in <lambda>()151 val remove2 = list2.describeRemoveFirst() in <lambda>()
289 public fun describeRemoveFirst(): RemoveFirstDesc<Node> = RemoveFirstDesc(this) in <lambda>() method in kotlinx.coroutines.internal.LockFreeLinkedListNode