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

percpu_pop

Function percpu_pop 

Source
pub fn percpu_pop(cpu_id: usize) -> Option<ProcessId>
Expand description

Pop the next process from a CPU’s queue, with work-stealing fallback.