pub struct StatGenerator {
task: Weak<SpinLock<TaskStruct>>,
}Expand description
为指定任务生成 /proc/[pid]/stat 内容的生成器
Fields§
§task: Weak<SpinLock<TaskStruct>>pub struct StatGenerator {
task: Weak<SpinLock<TaskStruct>>,
}为指定任务生成 /proc/[pid]/stat 内容的生成器
task: Weak<SpinLock<TaskStruct>>