Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt54 if (!processUnconfinedEvent()) return Long.MAX_VALUE in <lambda>()
66 public fun processUnconfinedEvent(): Boolean { in <lambda>() method in kotlinx.coroutines.EventLoop
254 if (processUnconfinedEvent()) return 0 in processNextEvent()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DDispatchedTask.kt204 if (!eventLoop.processUnconfinedEvent()) break in runUnconfinedEventLoop()