Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DTasks.kt66 val taskMode: Int // TASK_XXX constant
70 private class TaskContextImpl(override val taskMode: Int): TaskContext { in afterTask() constant in kotlinx.coroutines.scheduling.TaskContextImpl
DDeprecated.kt115 override val taskMode: Int in createScheduler() constant in kotlinx.coroutines.scheduling.LimitingDispatcher
DCoroutineScheduler.kt790 val taskMode = task.mode in <lambda>() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/
DCoroutineSchedulerTest.kt171 private class TaskContextImpl(override val taskMode: Int) : TaskContext { in <lambda>() constant in kotlinx.coroutines.scheduling.CoroutineSchedulerTest.TaskContextImpl