Home
last modified time | relevance | path

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

/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
H A DWithContextCancellationStressTest.kt79 private fun wrapperDispatcher(context: CoroutineContext): CoroutineContext { in wrapperDispatcher() method
H A DWithContextExceptionHandlingTest.kt196 private fun wrapperDispatcher(context: CoroutineContext): CoroutineContext { in <lambda>() method
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/
H A DToStringTest.kt140 private fun wrapperDispatcher(context: CoroutineContext): CoroutineContext { in wrapperDispatcher() method
/aosp_15_r20/external/kotlinx.coroutines/test-utils/common/src/
H A DTestBase.common.kt255 public fun wrapperDispatcher(context: CoroutineContext): CoroutineContext { in wrapperDispatcher() method
266 public suspend fun wrapperDispatcher(): CoroutineContext = wrapperDispatcher(coroutineContext) in wrapperDispatcher() method