Searched defs:to_wakeup (Results 1 – 2 of 2) sorted by relevance
127 let to_wakeup: Arc<ProcessControlBlock> = inner.wait_list.pop_front().unwrap(); in unlock() localVariable
239 let to_wakeup = guard.wait_list.pop_front().unwrap(); in wakeup() localVariable