static PARENT_WAKERS: Once<Mutex<BTreeMap<usize, Waker>>>
Global registry of parent task wakers for waitpid(-1) operations Each parent task has a waker that gets triggered when any of its children exit