Home
last modified time | relevance | path

Searched defs:outerJob (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/
H A DCoroutineDispatcherTest.kt42 val outerJob = launch(dispatcher) { in <lambda>() constant
98 val outerJob = launch(dispatcher) { in <lambda>() constant
H A DBlockingCoroutineDispatcherTest.kt130 val outerJob = launch(bd) { in <lambda>() constant
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
H A DCoroutineScopeTest.kt115 val outerJob = launch(NonCancellable) { in <lambda>() constant