Home
last modified time | relevance | path

Searched refs:SchedulerCoroutineDispatcher (Results 1 – 15 of 15) sorted by relevance

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxScheduler.kt24 SchedulerCoroutineDispatcher(this)
29 public fun Scheduler.asCoroutineDispatcher0(): SchedulerCoroutineDispatcher = in asCoroutineDispatcher0()
30 SchedulerCoroutineDispatcher(this) in asCoroutineDispatcher0()
36 if (this is SchedulerCoroutineDispatcher) { in asCoroutineDispatcher0()
148 public class SchedulerCoroutineDispatcher( class
177 …override fun equals(other: Any?): Boolean = other is SchedulerCoroutineDispatcher && other.schedul…
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/src/
DScheduler.kt16 public fun Scheduler.asCoroutineDispatcher(): SchedulerCoroutineDispatcher = SchedulerCoroutineDisp… in asCoroutineDispatcher()
22 public class SchedulerCoroutineDispatcher( in asCoroutineDispatcher() class
48 …override fun equals(other: Any?): Boolean = other is SchedulerCoroutineDispatcher && other.schedul… in asCoroutineDispatcher()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/
DRxScheduler.kt25 SchedulerCoroutineDispatcher(this)
30 public fun Scheduler.asCoroutineDispatcher0(): SchedulerCoroutineDispatcher = in asCoroutineDispatcher0()
31 SchedulerCoroutineDispatcher(this) in asCoroutineDispatcher0()
37 if (this is SchedulerCoroutineDispatcher) { in asCoroutineDispatcher0()
149 public class SchedulerCoroutineDispatcher( class
178 …override fun equals(other: Any?): Boolean = other is SchedulerCoroutineDispatcher && other.schedul…
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/
DCoroutineSchedulerTest.kt109 SchedulerCoroutineDispatcher(-1, 4) in <lambda>()
114 SchedulerCoroutineDispatcher(1, -4) in <lambda>()
119 SchedulerCoroutineDispatcher(4, 1) in <lambda>()
124 val dispatcher = SchedulerCoroutineDispatcher(1, 1) in <lambda>()
134 SchedulerCoroutineDispatcher(1, 1).use { in <lambda>()
DSharingWorkerClassTest.kt16 val dispatcher = SchedulerCoroutineDispatcher(1, schedulerName = "first") in <lambda>()
17 val dispatcher2 = SchedulerCoroutineDispatcher(1, schedulerName = "second") in <lambda>()
42 SchedulerCoroutineDispatcher(1).close() in <lambda>()
DSchedulerTestBase.kt63 private var _dispatcher: SchedulerCoroutineDispatcher? = null
67 _dispatcher = SchedulerCoroutineDispatcher(
101 internal fun SchedulerCoroutineDispatcher.blocking(parallelism: Int = 16): CoroutineDispatcher { in blocking()
DCoroutineSchedulerCloseStressTest.kt30 private lateinit var closeableDispatcher: SchedulerCoroutineDispatcher
46 closeableDispatcher = SchedulerCoroutineDispatcher(N_THREADS) in <lambda>()
DCoroutineSchedulerStressTest.kt18 private var dispatcher: SchedulerCoroutineDispatcher = SchedulerCoroutineDispatcher()
DBlockingCoroutineDispatcherTerminationStressTest.kt13 private val baseDispatcher = SchedulerCoroutineDispatcher(
DBlockingCoroutineDispatcherWorkSignallingStressTest.kt21 val dispatcher = SchedulerCoroutineDispatcher(CORES_COUNT) in <lambda>()
DCoroutineDispatcherTest.kt137 … val dispatcher = SchedulerCoroutineDispatcher(1, 1, IDLE_WORKER_KEEP_ALIVE_NS, "SomeTestName") in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DDispatcher.kt13 internal object DefaultScheduler : SchedulerCoroutineDispatcher(
81 internal open class SchedulerCoroutineDispatcher( in toString() class
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/api/
Dkotlinx-coroutines-reactor.api55 public final class kotlinx/coroutines/reactor/SchedulerCoroutineDispatcher : kotlinx/coroutines/Cor…
68 …tcher (Lreactor/core/scheduler/Scheduler;)Lkotlinx/coroutines/reactor/SchedulerCoroutineDispatcher;
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/api/
Dkotlinx-coroutines-rx3.api62 …atcher (Lio/reactivex/rxjava3/core/Scheduler;)Lkotlinx/coroutines/rx3/SchedulerCoroutineDispatcher;
71 public final class kotlinx/coroutines/rx3/SchedulerCoroutineDispatcher : kotlinx/coroutines/Corouti…
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/api/
Dkotlinx-coroutines-rx2.api73 …CoroutineDispatcher (Lio/reactivex/Scheduler;)Lkotlinx/coroutines/rx2/SchedulerCoroutineDispatcher;
84 public final class kotlinx/coroutines/rx2/SchedulerCoroutineDispatcher : kotlinx/coroutines/Corouti…