Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/libs/
Dwait_queue.rs177 let mut to_push_back: Vec<&mut process_control_block> = Vec::new(); in wakeup_all() localVariable
185 to_push_back.push(to_wakeup); in wakeup_all()
189 for to_wakeup in to_push_back { in wakeup_all()