Home
last modified time | relevance | path

Searched refs:ExperimentalCoroutineDispatcher (Results 1 – 14 of 14) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/
DCoroutineSchedulerTest.kt109 ExperimentalCoroutineDispatcher(-1, 4) in <lambda>()
114 ExperimentalCoroutineDispatcher(1, -4) in <lambda>()
119 ExperimentalCoroutineDispatcher(4, 1) in <lambda>()
124 val dispatcher = ExperimentalCoroutineDispatcher(1, 1) in <lambda>()
134 ExperimentalCoroutineDispatcher(1, 1).use { in <lambda>()
DSharingWorkerClassTest.kt16 val dispatcher = ExperimentalCoroutineDispatcher(1, schedulerName = "first") in <lambda>()
17 val dispatcher2 = ExperimentalCoroutineDispatcher(1, schedulerName = "second") in <lambda>()
42 ExperimentalCoroutineDispatcher(1).close() in <lambda>()
DCoroutineSchedulerStressTest.kt18 private var dispatcher: ExperimentalCoroutineDispatcher = ExperimentalCoroutineDispatcher()
DCoroutineSchedulerCloseStressTest.kt31 private lateinit var closeableDispatcher: ExperimentalCoroutineDispatcher
56 closeableDispatcher = ExperimentalCoroutineDispatcher(N_THREADS) in <lambda>()
DSchedulerTestBase.kt72 private var _dispatcher: ExperimentalCoroutineDispatcher? = null
76 _dispatcher = ExperimentalCoroutineDispatcher(
DBlockingCoroutineDispatcherTerminationStressTest.kt13 private val baseDispatcher = ExperimentalCoroutineDispatcher(
DBlockingCoroutineDispatcherWorkSignallingStressTest.kt21 val dispatcher = ExperimentalCoroutineDispatcher(CORES_COUNT) in <lambda>()
DCoroutineDispatcherTest.kt137 … val dispatcher = ExperimentalCoroutineDispatcher(1, 1, IDLE_WORKER_KEEP_ALIVE_NS, "SomeTestName") in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DDispatcher.kt16 internal object DefaultScheduler : ExperimentalCoroutineDispatcher() {
40 public open class ExperimentalCoroutineDispatcher( in toString() class
144 private val dispatcher: ExperimentalCoroutineDispatcher,
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/
DSemaphoreBenchmark.kt10 import kotlinx.coroutines.scheduling.ExperimentalCoroutineDispatcher in <lambda>()
87 …EXPERIMENTAL({ parallelism -> ExperimentalCoroutineDispatcher(corePoolSize = parallelism, maxPoolS… in parallelism()
DParametrizedDispatcherBase.kt33 ExperimentalCoroutineDispatcher(CORES_COUNT).also { closeable = it } in setup()
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/scheduler/actors/
DPingPongWithBlockingContext.kt31 private val experimental = ExperimentalCoroutineDispatcher(8)
/external/kotlinx.coroutines/
DCHANGES.md454 * Add optional prefix to thread names of `ExperimentalCoroutineDispatcher` (#661).
455 * Fixed bug when `ExperimentalCoroutineDispatcher` could end up in inconsistent state if `Thread` c…
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api1165 public class kotlinx/coroutines/scheduling/ExperimentalCoroutineDispatcher : kotlinx/coroutines/Exe…
1173 …nthetic fun blocking$default (Lkotlinx/coroutines/scheduling/ExperimentalCoroutineDispatcher;IILja…