Searched defs:stop_task (Results 1 – 4 of 4) sorted by relevance
44 pub(super) fn stop_task(task_id: u32) -> String { in stop_task() function
189 pub(crate) fn stop_task(&mut self, uid: u64, task_id: u32) -> Result<(), ErrorCode> { in stop_task() method
49 fn stop_task(self: &TaskManagerWrapper, task_id: u32) -> bool; in stop_task() function
114 pub(crate) fn stop_task(&self, task_id: u32) -> bool { in stop_task() method