⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

register_task

Function register_task 

Source
pub fn register_task(pid: u64, task: NonNull<Task>)
Expand description

Register a task in the global PID-to-Task registry.