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.
pub fn remove_thread_canary(tid: u64) -> Option<u64>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.