Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/time/
Dtimer.rs185 let mut timer_list_front_guard = None; in run() localVariable
196 let timer_list_front_guard = timer_list_front_guard.unwrap(); in run() localVariable