Home
last modified time | relevance | path

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

/DragonOS/kernel/src/process/
H A Dmod.rs1152 inner_locked: RwLock<InnerSchedInfo>,
1201 pub struct InnerSchedInfo { struct
1208 impl InnerSchedInfo { argument
1237 inner_locked: RwLock::new(InnerSchedInfo { in new()
1291 pub fn inner_lock_write_irqsave(&self) -> RwLockWriteGuard<InnerSchedInfo> { in inner_lock_write_irqsave() argument
1295 pub fn inner_lock_read_irqsave(&self) -> RwLockReadGuard<InnerSchedInfo> { in inner_lock_read_irqsave() argument