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.kt48 eventLoop = ThreadLocalEventLoop.eventLoop in runBlocking()
54 ?: ThreadLocalEventLoop.currentOrNull() in runBlocking()
DEventLoop.kt54 ThreadLocalEventLoop.currentOrNull()?.processNextEvent() ?: Long.MAX_VALUE in createEventLoop()
DDefaultExecutor.kt101 ThreadLocalEventLoop.setEventLoop(this) in invokeOnTimeout()
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DBuilders.kt45 eventLoop = ThreadLocalEventLoop.eventLoop in runBlocking()
51 ?: ThreadLocalEventLoop.currentOrNull() in runBlocking()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/
DVirtualTime.kt25 val delayNanos = ThreadLocalEventLoop.currentOrNull()?.processNextEvent() in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt125 internal object ThreadLocalEventLoop { object
219 ThreadLocalEventLoop.resetEventLoop() in shutdown()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DDispatchedTask.kt184 val eventLoop = ThreadLocalEventLoop.eventLoop in resumeUnconfined()
DDispatchedContinuation.kt302 val eventLoop = ThreadLocalEventLoop.eventLoop in executeUnconfined()