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

schedule_thread

Function schedule_thread 

Source
pub fn schedule_thread(
    process_id: ProcessId,
    thread_id: ThreadId,
    thread: &Thread,
) -> Result<(), KernelError>
Expand description

Schedule a process thread