Searched refs:to_wakeup (Results 1 – 2 of 2) sorted by relevance
120 let to_wakeup = guard.wait_list.pop_front().unwrap(); in wakeup() localVariable122 process_wakeup(to_wakeup); in wakeup()
125 let to_wakeup: &mut process_control_block = inner.wait_list.pop_front().unwrap(); in unlock() localVariable129 process_wakeup(to_wakeup); in unlock()