Home
last modified time | relevance | path

Searched refs:describeRemoveFirst (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/
DLockFreeLinkedListAtomicLFStressTest.kt150 val remove1 = list1.describeRemoveFirst() in <lambda>()
151 val remove2 = list2.describeRemoveFirst() in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DLockFreeLinkedList.kt289 public fun describeRemoveFirst(): RemoveFirstDesc<Node> = RemoveFirstDesc(this) in <lambda>() method in kotlinx.coroutines.internal.LockFreeLinkedListNode