Home
last modified time | relevance | path

Searched defs:mainDispatcher (Results 1 – 11 of 11) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/src/internal/
DTestMainDispatcherJvm.kt28 val mainDispatcher = Main in getTestMainDispatcher() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DDispatchers.kt15 private val mainDispatcher = JsMainDispatcher(Default, false) constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DDispatchers.kt17 private val mainDispatcher = createMainDispatcher(Default) constant
/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/test/migration/
DTestCoroutineScopeTest.kt55 val mainDispatcher = StandardTestDispatcher(scheduler) in <lambda>() constant
67 val mainDispatcher = StandardTestDispatcher() in <lambda>() constant
/external/kotlinx.coroutines/integration/kotlinx-coroutines-slf4j/test/
DMDCContextTest.kt102 val mainDispatcher = kotlin.coroutines.coroutineContext[ContinuationInterceptor]!! in <lambda>() constant
/external/kotlinx.coroutines/kotlinx-coroutines-test/native/src/internal/
DTestMainDispatcher.kt10 when (val mainDispatcher = Main) { in getTestMainDispatcher() method
/external/kotlinx.coroutines/kotlinx-coroutines-test/js/src/internal/
DTestMainDispatcher.kt10 when (val mainDispatcher = Main) { in getTestMainDispatcher() method
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/internal/
DTestMainDispatcher.kt20 private val mainDispatcher = delegate constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DThreadContextElementRestoreTest.kt17 val mainDispatcher = coroutineContext[ContinuationInterceptor] as CoroutineDispatcher in <lambda>() constant
DThreadContextElementTest.kt17 val mainDispatcher = coroutineContext[ContinuationInterceptor]!! in <lambda>() constant
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/test/
DTestScopeTest.kt62 val mainDispatcher = StandardTestDispatcher(scheduler) in <lambda>() constant
74 val mainDispatcher = StandardTestDispatcher() in <lambda>() constant