task_get_by_name

Function task_get_by_name 

Source
pub unsafe extern "C" fn task_get_by_name(
    name: *const c_char,
) -> task_t
Expand description

Gets a task handle from the specified name

The operation takes a relatively long time and should be used sparingly.

\param name The name to query

\return A task handle with a matching name, or NULL if none were found.