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

migrate_task

Function migrate_task 

Source
pub fn migrate_task(
    task_ptr: NonNull<Task>,
    from_cpu: u8,
    to_cpu: u8,
) -> Result<(), KernelError>
Expand description

Load balancing: migrate task between CPUs