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

clear_cpu_slots

Function clear_cpu_slots 

Source
pub fn clear_cpu_slots(cpu_id: u8)
Expand description

Clear all hazard pointer slots for a given CPU.

Called during CPU shutdown or thread exit to release all protections.