Searched defs:removeFirstOrNull (Results 1 – 7 of 7) sorted by relevance
42 fun removeFirstOrNull() = q.removeFirstOrNull() in customize() method49 fun removeFirstOrNull() = q.removeFirstOrNull() method
57 fun removeFirstOrNull(): E? { in <lambda>() method164 fun removeFirstOrNull(): Any? { in removeFirstOrNull() method in LockFreeTaskQueueCore
21 public fun removeFirstOrNull(): T? { in removeFirstOrNull() method in kotlinx.coroutines.internal.ArrayQueue
38 public fun removeFirstOrNull(): LockFreeLinkedListNode? in addLast() method in kotlinx.coroutines.internal.LockFreeLinkedListNode
52 public fun removeFirstOrNull(): T? = synchronized(this) { in <lambda>() method in kotlinx.coroutines.internal.ThreadSafeHeap
87 public fun removeFirstOrNull(): Node? { in removeFirstOrNull() method in kotlinx.coroutines.internal.LinkedListNode
284 public actual fun removeFirstOrNull(): Node? { in <lambda>() method in kotlinx.coroutines.internal.LockFreeLinkedListNode