pub fn create_task_with_security_context(
locked: &mut Locked<Unlocked>,
kernel: &Kernel,
task_name: &str,
security_context: &CString,
) -> AutoReleasableTaskExpand description
An old way of creating a task for testing, with a given security context.
See caveats on create_task.