Home
last modified time | relevance | path

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

/DragonReach/src/manager/
H A Dmod.rs49 TimerManager::cancel_timer(tmp.0); in check_running_status()
/DragonReach/src/manager/timer_manager/
H A Dmod.rs108 pub fn cancel_timer(unit_id: usize) { in cancel_timer() method
/DragonReach/src/executor/service_executor/
H A Dmod.rs168 TimerManager::cancel_timer(service.unit_id()); in after_exit()