Searched refs:isUnconfinedQueueEmpty (Results 1 – 2 of 2) sorted by relevance
58 protected open val isEmpty: Boolean get() = isUnconfinedQueueEmpty in <lambda>()97 public val isUnconfinedQueueEmpty: Boolean in <lambda>() constant in kotlinx.coroutines.EventLoop192 if (!isUnconfinedQueueEmpty) return false
287 if (doYield && eventLoop.isUnconfinedQueueEmpty) return false in executeUnconfined()