Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DLockFreeTaskQueue.kt57 fun removeFirstOrNull(): E? = removeFirstOrNullIf { true } in <lambda>() method
167 fun removeFirstOrNull(): Any? = removeFirstOrNullIf { true } in <lambda>() method in LockFreeTaskQueueCore
DArrayQueue.kt21 public fun removeFirstOrNull(): T? { in removeFirstOrNull() method in kotlinx.coroutines.internal.ArrayQueue
DLockFreeLinkedList.common.kt34 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/native/src/internal/
DLinkedList.kt75 public fun removeFirstOrNull(): Node? { in removeFirstOrNull() method in kotlinx.coroutines.internal.LinkedListNode
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/internal/
DLinkedList.kt77 public fun removeFirstOrNull(): Node? { in removeFirstOrNull() method in kotlinx.coroutines.internal.LinkedListNode
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DLockFreeLinkedList.kt257 public actual fun removeFirstOrNull(): Node? { in <lambda>() method in kotlinx.coroutines.internal.LockFreeLinkedListNode