task_suspend

Function task_suspend 

Source
pub unsafe extern "C" fn task_suspend(task: task_t)
Expand description

Suspends the specified task, making it ineligible to be scheduled.

\param task The task to suspend