Home
last modified time | relevance | path

Searched defs:wrapperDispatcher (Results 1 – 4 of 4) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DTestBase.common.kt71 public fun wrapperDispatcher(context: CoroutineContext): CoroutineContext { in wrapperDispatcher() method
81 public suspend fun wrapperDispatcher(): CoroutineContext = wrapperDispatcher(coroutineContext) in wrapperDispatcher() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DWithContextCancellationStressTest.kt83 private fun wrapperDispatcher(context: CoroutineContext): CoroutineContext { in wrapperDispatcher() method
DWithContextExceptionHandlingTest.kt199 private fun wrapperDispatcher(context: CoroutineContext): CoroutineContext { in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/
DToStringTest.kt140 private fun wrapperDispatcher(context: CoroutineContext): CoroutineContext { in wrapperDispatcher() method in kotlinx.coroutines.debug.ToStringTest