Searched refs:vfork (Results 1 – 25 of 30) sorted by relevance
12
94 线程栈分配是由clone()、fork()、vfork()、kernel_thread()通过kernel_clone()
109 pid = vfork(); in main()
1561 struct completion *vfork; in complete_vfork_done() local1564 vfork = tsk->vfork_done; in complete_vfork_done()1565 if (likely(vfork)) { in complete_vfork_done()1567 complete(vfork); in complete_vfork_done()1573 struct completion *vfork) in wait_for_vfork_done() argument1579 killed = wait_for_completion_state(vfork, state); in wait_for_vfork_done()2748 struct completion vfork; in kernel_clone() local2805 p->vfork_done = &vfork; in kernel_clone()2806 init_completion(&vfork); in kernel_clone()2824 if (!wait_for_vfork_done(p, &vfork)) in kernel_clone()[all …]
110 pid_t pid = vfork(); in bench_vfork()
105 Thread stack allocation is initiated from clone(), fork(), vfork(),
765 int pid = vfork(); in vfork_fn()
70 58 common vfork sys_vfork
205 190 i386 vfork sys_vfork
128 113 common vfork sys_vfork_wrapper
200 190 common vfork sys_vfork
200 190 common vfork __sys_vfork
90 66 common vfork sys_vfork
207 190 common vfork sys_vfork
204 190 common vfork sys_vfork
75 66 common vfork alpha_vfork
247 189 nospu vfork sys_vfork
181 190 common vfork sys_vfork sys_vfork
12 Memory mapping behaviour also involves the way fork(), vfork(), clone() and
262 fork() or vfork() and the corresponding execve() in typical use).
277 fork() or vfork() and the corresponding execve() in typical use).