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

remove_thread_canary

Function remove_thread_canary 

Source
pub fn remove_thread_canary(tid: u64) -> Option<u64>
Expand description

Remove a thread’s canary from the table.

Called during thread cleanup to free the canary entry. Returns the old canary value if one existed.