Home
last modified time | relevance | path

Searched refs:parent_pcb (Results 1 – 4 of 4) sorted by relevance

/DragonOS-0.1.8/kernel/src/process/
Dproc-types.h116 struct process_control_block *parent_pcb; member
Dfork.c90 tsk->parent_pcb = current_pcb; in do_fork()
98 tsk->parent_pcb = current_pcb; in do_fork()
Dprocess.c59 ….virtual_runtime = 0, .fds = {0}, .next_pcb = &proc, .prev_pcb = &proc, .parent_pcb = &proc, .exit…
237 wait_queue_wakeup(&current_pcb->parent_pcb->wait_child_proc_exit, PROC_INTERRUPTIBLE); in process_exit_notify()
/DragonOS-0.1.8/kernel/src/filesystem/procfs/
Dmod.rs151 &mut format!("\nPpid:\t{}", unsafe { *pcb.parent_pcb }.pid) in open_status()