pub fn get_task_ptr(pid: u64) -> Option<NonNull<Task>>Expand description
Look up a task pointer by PID. O(log n) via BTreeMap.
Returns the NonNull
pub fn get_task_ptr(pid: u64) -> Option<NonNull<Task>>Look up a task pointer by PID. O(log n) via BTreeMap.
Returns the NonNull