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

get_thread_canary

Function get_thread_canary 

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

Get the expected canary value for a thread.

Returns None if the subsystem is not initialized or the thread has no registered canary.