Searched refs:PF_VFORK (Results 1 – 3 of 3) sorted by relevance
65 #define PF_VFORK (1UL << 2) // 标志进程是否由于vfork而存在资源共享 macro
359 if (current_pcb->flags & PF_VFORK) in do_execve()402 current_pcb->flags &= ~PF_VFORK; in do_execve()715 if (!(pcb->flags & PF_VFORK)) in process_exit_files()
172 pcb->flags |= PF_VFORK; in process_copy_flags()