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

terminate_thread

Function terminate_thread 

Source
pub fn terminate_thread(pid: ProcessId, tid: ThreadId) -> KernelResult<()>
Expand description

Terminate a specific thread