pub fn insert_into_pid2process(pid: usize, process: Arc<ProcessControlBlock>)
Expand description

Insert item(pid, pcb) into PID2PCB map (called by do_fork AND ProcessControlBlock::new)