Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/time/
Dtimer.rs183 let timer_list_front = timer_list.pop_front().unwrap(); in run() localVariable
187 let x = timer_list_front.0.try_lock(); in run()
199 timer_list.push_front(timer_list_front); in run()
204 timer_list_front.run(); in run()