Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DBuilders.kt39 eventLoop = ThreadLocalEventLoop.eventLoop in runBlocking()
45 ?: ThreadLocalEventLoop.currentOrNull() in runBlocking()
DCoroutineContext.kt10 ThreadLocalEventLoop.currentOrNull() as? EventLoopImpl ?: in takeEventLoop()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DBuilders.kt43 eventLoop = ThreadLocalEventLoop.eventLoop in runBlocking()
49 ?: ThreadLocalEventLoop.currentOrNull() in runBlocking()
DEventLoop.kt49 ThreadLocalEventLoop.currentOrNull()?.processNextEvent() ?: Long.MAX_VALUE
DDefaultExecutor.kt61 ThreadLocalEventLoop.setEventLoop(this) in invokeOnTimeout()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DDispatched.kt25 val eventLoop = ThreadLocalEventLoop.eventLoop in executeUnconfined()
42 val eventLoop = ThreadLocalEventLoop.eventLoop in resumeUnconfined()
DEventLoop.common.kt121 internal object ThreadLocalEventLoop { object
216 ThreadLocalEventLoop.resetEventLoop() in shutdown()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/
DVirtualTime.kt24 val delayNanos = ThreadLocalEventLoop.currentOrNull()?.processNextEvent() in <lambda>()