Searched defs:wakeup (Results 1 – 3 of 3) sorted by relevance
219 pub fn wakeup(&self, state: Option<ProcessState>) -> bool { in wakeup() method398 pub fn wakeup(&self, events: u64) -> usize { in wakeup() method
244 let wakeup = irq_desc.irq_data().is_wakeup_set(); in show() localVariable
227 pub fn wakeup(pcb: &Arc<ProcessControlBlock>) -> Result<(), SystemError> { in wakeup() method