Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/syscall/
Dsyscall.c108 wait_queue_sleep_on_interriptible(&current_pcb->wait_child_proc_exit); in c_sys_wait4()
/DragonOS-0.1.8/kernel/src/process/
Dprocess.c60 ….wait_child_proc_exit = 0, .worker_private = NULL, .policy = SCHED_NORMAL, .sig_blocked = 0, …
237 wait_queue_wakeup(&current_pcb->parent_pcb->wait_child_proc_exit, PROC_INTERRUPTIBLE); in process_exit_notify()
331 wait_queue_init(&initial_proc_union.pcb.wait_child_proc_exit, NULL); in process_init()
Dproc-types.h120 wait_queue_node_t wait_child_proc_exit; // 子进程退出等待队列 member
Dfork.c99 wait_queue_init(&tsk->wait_child_proc_exit, NULL); in do_fork()