Home
last modified time | relevance | path

Searched defs:removeFirstOrNull (Results 1 – 8 of 8) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/linearizability/
DLockFreeTaskQueueLCStressTest.kt30 fun removeFirstOrNull() = q.removeFirstOrNull() in close() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DLockFreeTaskQueue.kt57 fun removeFirstOrNull(): E? { in <lambda>() method
164 fun removeFirstOrNull(): Any? { in removeFirstOrNull() method
DArrayQueue.kt21 public fun removeFirstOrNull(): T? { in removeFirstOrNull() method in kotlinx.coroutines.internal.ArrayQueue
DLockFreeLinkedList.common.kt38 public fun removeFirstOrNull(): LockFreeLinkedListNode? in addLast() method in kotlinx.coroutines.internal.LockFreeLinkedListNode
DThreadSafeHeap.kt42 public fun removeFirstOrNull(): T? = synchronized(this) { in <lambda>() method in kotlinx.coroutines.internal.ThreadSafeHeap
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/internal/
DLinkedList.kt76 public fun removeFirstOrNull(): Node? { in removeFirstOrNull() method in kotlinx.coroutines.internal.LinkedListNode
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/internal/
DLinkedList.kt76 public fun removeFirstOrNull(): Node? { in removeFirstOrNull() method in kotlinx.coroutines.internal.LinkedListNode
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DLockFreeLinkedList.kt280 public actual fun removeFirstOrNull(): Node? { in <lambda>() method in kotlinx.coroutines.internal.LockFreeLinkedListNode