Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/process/
Dproc-types.h115 struct process_control_block *parent_pcb; member
Dfork.c87 tsk->parent_pcb = current_pcb; in do_fork()
95 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…
534 wait_queue_wakeup(&current_pcb->parent_pcb->wait_child_proc_exit, PROC_INTERRUPTIBLE); in process_exit_notify()
/DragonOS-0.1.2/kernel/src/filesystem/procfs/
Dprocfs.c134 data_puts(fdata, ltoa(pcb_t->parent_pcb->pid)); in procfs_open()