Home
last modified time | relevance | path

Searched defs:TaskGroup (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/sched/
H A Dmod.rs148 pub struct TaskGroup { struct
154 parent: Option<Arc<TaskGroup>>, argument
156 shares: u64,
H A Dfair.rs449 pub fn task_group(&self) -> Arc<TaskGroup> { in task_group()