Searched refs:parent_pcb (Results 1 – 4 of 4) sorted by relevance
116 struct process_control_block *parent_pcb; member
90 tsk->parent_pcb = current_pcb; in do_fork()98 tsk->parent_pcb = current_pcb; in do_fork()
59 ….virtual_runtime = 0, .fds = {0}, .next_pcb = &proc, .prev_pcb = &proc, .parent_pcb = &proc, .exit…237 wait_queue_wakeup(¤t_pcb->parent_pcb->wait_child_proc_exit, PROC_INTERRUPTIBLE); in process_exit_notify()
151 &mut format!("\nPpid:\t{}", unsafe { *pcb.parent_pcb }.pid) in open_status()