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

cleanup_thread

Function cleanup_thread 

Source
pub fn cleanup_thread(
    process: &Process,
    tid: ThreadId,
) -> Result<(), KernelError>
Expand description

Clean up a dead thread