Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DWithContextCancellationStressTest.kt82 private fun wrapperDispatcher(context: CoroutineContext): CoroutineContext { in wrapperDispatcher() method in kotlinx.coroutines.exceptions.WithContextCancellationStressTest
DWithContextExceptionHandlingTest.kt199 private fun wrapperDispatcher(context: CoroutineContext): CoroutineContext { in <lambda>() method in kotlinx.coroutines.exceptions.WithContextExceptionHandlingTest
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DTestBase.common.kt90 public fun wrapperDispatcher(context: CoroutineContext): CoroutineContext { in wrapperDispatcher() method
100 public suspend fun wrapperDispatcher(): CoroutineContext = wrapperDispatcher(coroutineContext) in wrapperDispatcher() method
/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/
DToStringTest.kt143 private fun wrapperDispatcher(context: CoroutineContext): CoroutineContext { in wrapperDispatcher() method