Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/lincheck/
DLockFreeTaskQueueLincheckTest.kt40 fun removeFirstOrNull() = q.removeFirstOrNull() in close() method
46 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
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.kt93 public fun removeFirstOrNull(): Node? { in removeFirstOrNull() method in kotlinx.coroutines.internal.LinkedListNode