Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt58 protected open val isEmpty: Boolean get() = isUnconfinedQueueEmpty in <lambda>()
97 public val isUnconfinedQueueEmpty: Boolean in <lambda>() constant in kotlinx.coroutines.EventLoop
192 if (!isUnconfinedQueueEmpty) return false
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DDispatchedContinuation.kt287 if (doYield && eventLoop.isUnconfinedQueueEmpty) return false in executeUnconfined()