Home
last modified time | relevance | path

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

/DragonOS/kernel/src/libs/
H A Dwait_queue.rs255 let mut to_push_back: Vec<Arc<ProcessControlBlock>> = Vec::new(); in wakeup_all() localVariable
273 to_push_back.push(to_wakeup); in wakeup_all()
277 for to_wakeup in to_push_back { in wakeup_all()