Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DBuilders.kt39 eventLoop = ThreadLocalEventLoop.eventLoop in runBlocking()
45 ?: ThreadLocalEventLoop.currentOrNull() in runBlocking()
DCoroutineContext.kt11 ThreadLocalEventLoop.currentOrNull() as? EventLoopImpl ?: in takeEventLoop()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DBuilders.kt48 eventLoop = ThreadLocalEventLoop.eventLoop in runBlocking()
54 ?: ThreadLocalEventLoop.currentOrNull() in runBlocking()
DEventLoop.kt49 ThreadLocalEventLoop.currentOrNull()?.processNextEvent() ?: Long.MAX_VALUE
DDefaultExecutor.kt62 ThreadLocalEventLoop.setEventLoop(this) in invokeOnTimeout()
/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.kt122 internal object ThreadLocalEventLoop { object
218 ThreadLocalEventLoop.resetEventLoop() in shutdown()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DDispatchedTask.kt183 val eventLoop = ThreadLocalEventLoop.eventLoop in resumeUnconfined()
DDispatchedContinuation.kt285 val eventLoop = ThreadLocalEventLoop.eventLoop in executeUnconfined()