Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/lincheck/
DLockFreeTaskQueueLincheckTest.kt42 fun removeFirstOrNull() = q.removeFirstOrNull() in customize() method
49 fun removeFirstOrNull() = q.removeFirstOrNull() 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 in LockFreeTaskQueueCore
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.kt52 public fun removeFirstOrNull(): T? = synchronized(this) { in <lambda>() method in kotlinx.coroutines.internal.ThreadSafeHeap
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/internal/
DLinkedList.kt87 public fun removeFirstOrNull(): Node? { in removeFirstOrNull() method in kotlinx.coroutines.internal.LinkedListNode
/external/kotlinx.coroutines/kotlinx-coroutines-core/concurrent/src/internal/
DLockFreeLinkedList.kt284 public actual fun removeFirstOrNull(): Node? { in <lambda>() method in kotlinx.coroutines.internal.LockFreeLinkedListNode