Home
last modified time | relevance | path

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

/DragonOS-0.1.5/kernel/src/libs/
Dwait_queue.rs120 let to_wakeup = guard.wait_list.pop_front().unwrap(); in wakeup() localVariable
122 process_wakeup(to_wakeup); in wakeup()
Dmutex.rs125 let to_wakeup: &mut process_control_block = inner.wait_list.pop_front().unwrap(); in unlock() localVariable
129 process_wakeup(to_wakeup); in unlock()