Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/process/
Dproc-types.h119 wait_queue_node_t wait_child_proc_exit; // 子进程退出等待队列 member
Dprocess.c60 ….wait_child_proc_exit = 0, .worker_private = NULL, .policy = SCHED_NORMAL, .sig_blocked = 0, …
534 wait_queue_wakeup(&current_pcb->parent_pcb->wait_child_proc_exit, PROC_INTERRUPTIBLE); in process_exit_notify()
626 wait_queue_init(&initial_proc_union.pcb.wait_child_proc_exit, NULL); in process_init()
Dfork.c96 wait_queue_init(&tsk->wait_child_proc_exit, NULL); in do_fork()
/DragonOS-0.1.2/kernel/src/syscall/
Dsyscall.c522 wait_queue_sleep_on_interriptible(&current_pcb->wait_child_proc_exit); in sys_wait4()