task_get_priority

Function task_get_priority 

Source
pub unsafe extern "C" fn task_get_priority(task: task_t) -> u32
Expand description

Gets the priority of the specified task.

\param task The task to check

\return The priority of the task