Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt40 private var unconfinedQueue: ArrayQueue<DispatchedTask<*>>? = null in <lambda>() variable in kotlinx.coroutines.EventLoop
62 val queue = unconfinedQueue ?: return Long.MAX_VALUE in <lambda>()
67 val queue = unconfinedQueue ?: return false in <lambda>()
85 val queue = unconfinedQueue ?: in <lambda>()
86 ArrayQueue<DispatchedTask<*>>().also { unconfinedQueue = it } in <lambda>()
98 get() = unconfinedQueue?.isEmpty ?: true in <lambda>()