Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DBuilders.kt58 eventLoop = ThreadLocalEventLoop.eventLoop in runBlocking()
64 ?: ThreadLocalEventLoop.currentOrNull() in runBlocking()
DEventLoop.kt51 ThreadLocalEventLoop.currentOrNull()?.processNextEvent() ?: Long.MAX_VALUE in createEventLoop()
DDefaultExecutor.kt98 ThreadLocalEventLoop.setEventLoop(this) in invokeOnTimeout()
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DBuilders.kt54 eventLoop = ThreadLocalEventLoop.eventLoop in runBlocking()
60 ?: ThreadLocalEventLoop.currentOrNull() in runBlocking()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/
DVirtualTime.kt22 val delayNanos = ThreadLocalEventLoop.currentOrNull()?.processNextEvent() in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt122 internal object ThreadLocalEventLoop { object
216 ThreadLocalEventLoop.resetEventLoop() in shutdown()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DDispatchedTask.kt168 val eventLoop = ThreadLocalEventLoop.eventLoop in resumeUnconfined()
DDispatchedContinuation.kt298 val eventLoop = ThreadLocalEventLoop.eventLoop in executeUnconfined()