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

kill_process

Function kill_process 

Source
pub fn kill_process(pid: ProcessId, signal: i32) -> Result<(), KernelError>
Expand description

Send a signal to a process (kill syscall)