Home
last modified time | relevance | path

Searched refs:firstImpl (Results 1 – 1 of 1) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DThreadSafeHeap.kt40 public fun peek(): T? = synchronized(this) { firstImpl() } in <lambda>()
52 val first = firstImpl() ?: return null in <lambda>()
65 if (cond(firstImpl())) { in <lambda>()
85 internal fun firstImpl(): T? = a?.get(0) in firstImpl() method in kotlinx.coroutines.internal.ThreadSafeHeap