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

reap_zombie_threads

Function reap_zombie_threads 

Source
pub fn reap_zombie_threads(process: &Process) -> Vec<(ThreadId, i32)>
Expand description

Reap zombie threads in a process