Home
last modified time | relevance | path

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

/DragonOS/kernel/src/libs/
H A Dmutex.rs127 let to_wakeup: Arc<ProcessControlBlock> = inner.wait_list.pop_front().unwrap(); in unlock() localVariable
H A Dwait_queue.rs239 let to_wakeup = guard.wait_list.pop_front().unwrap(); in wakeup() localVariable