Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/process/
Dproc-types.h123 wait_queue_node_t wait_child_proc_exit; // 子进程退出等待队列 member
Dprocess.c59 ….wait_child_proc_exit = 0, .worker_private = NULL, .policy = SCHED_NORMAL, .sig_blocked = 0, …
636 wait_queue_wakeup(&current_pcb->parent_pcb->wait_child_proc_exit, PROC_INTERRUPTIBLE); in process_exit_notify()
724 wait_queue_init(&initial_proc_union.pcb.wait_child_proc_exit, NULL); in process_init()
Dfork.c98 wait_queue_init(&tsk->wait_child_proc_exit, NULL); in do_fork()
/DragonOS-0.1.7/kernel/src/syscall/
Dsyscall.c362 wait_queue_sleep_on_interriptible(&current_pcb->wait_child_proc_exit); in sys_wait4()