Home
last modified time | relevance | path

Searched refs:vfork (Results 1 – 25 of 82) sorted by relevance

1234

/OK3568_Linux_fs/buildroot/package/gdb/11.2/
H A D0005-nat-fork-inferior-include-linux-ptrace.h.patch6 To decide whether fork() or vfork() should be used, fork-inferior.c
18 with gdbserver"). Indeed, the same fork()/vfork() selection was done,
27 ../nat/fork-inferior.c:376:11: note: suggested alternative: 'vfork'
30 vfork
/OK3568_Linux_fs/buildroot/package/gdb/12.1/
H A D0005-nat-fork-inferior-include-linux-ptrace.h.patch6 To decide whether fork() or vfork() should be used, fork-inferior.c
18 with gdbserver"). Indeed, the same fork()/vfork() selection was done,
27 ../nat/fork-inferior.c:376:11: note: suggested alternative: 'vfork'
30 vfork
/OK3568_Linux_fs/buildroot/package/gdb/10.2/
H A D0005-nat-fork-inferior-include-linux-ptrace.h.patch6 To decide whether fork() or vfork() should be used, fork-inferior.c
18 with gdbserver"). Indeed, the same fork()/vfork() selection was done,
27 ../nat/fork-inferior.c:376:11: note: suggested alternative: 'vfork'
30 vfork
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/netperf/files/
H A Dvfork.patch1 Subject: [PATCH] netperf: fix vfork/fork
30 + switch (vfork()) {
51 + switch (vfork()) {
/OK3568_Linux_fs/buildroot/package/alsa-lib/
H A D0001-Don-t-use-fork-on-noMMU-platforms.patch46 + ret = vfork();
55 + ret = vfork();
/OK3568_Linux_fs/kernel/kernel/
H A Dfork.c1299 struct completion *vfork; in complete_vfork_done() local
1302 vfork = tsk->vfork_done; in complete_vfork_done()
1303 if (likely(vfork)) { in complete_vfork_done()
1305 complete(vfork); in complete_vfork_done()
1311 struct completion *vfork) in wait_for_vfork_done() argument
1317 killed = wait_for_completion_killable(vfork); in wait_for_vfork_done()
2519 struct completion vfork; in kernel_clone() local
2578 p->vfork_done = &vfork; in kernel_clone()
2579 init_completion(&vfork); in kernel_clone()
2590 if (!wait_for_vfork_done(p, &vfork)) in kernel_clone()
[all …]
/OK3568_Linux_fs/buildroot/package/vsftpd/
H A D0003-Prevent-hang-in-SIGCHLD-handler.patch67 + * which created a new process through fork()/vfork() and already picked
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/benchmarks/
H A Dfork.c110 pid_t pid = vfork(); in bench_vfork()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/syscalls/
H A Dsyscall.tbl247 189 32 vfork ppc_vfork sys_vfork
248 189 64 vfork sys_vfork
249 189 spu vfork sys_ni_syscall
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/netperf/
H A Dnetperf_git.bb12 file://vfork.patch \
/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/musl/
H A D0020-Fix-tab-crashes-on-musl.patch49 // The following two flags are the two important flags in any vfork-emulating
/OK3568_Linux_fs/kernel/tools/testing/selftests/cgroup/
H A Dtest_freezer.c822 int pid = vfork(); in vfork_fn()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dunistd.h776 extern __pid_t vfork (void) __THROW;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dunistd.h776 extern __pid_t vfork (void) __THROW;
/OK3568_Linux_fs/kernel/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl69 58 common vfork sys_vfork
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl69 58 common vfork sys_vfork
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dentry.S812 fork_like vfork
/OK3568_Linux_fs/kernel/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl200 190 common vfork __sys_vfork
/OK3568_Linux_fs/kernel/arch/parisc/kernel/syscalls/
H A Dsyscall.tbl128 113 common vfork sys_vfork_wrapper
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/syscalls/
H A Dsyscall.tbl200 190 common vfork sys_vfork
/OK3568_Linux_fs/kernel/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl181 190 common vfork sys_vfork sys_vfork
/OK3568_Linux_fs/kernel/arch/arm/tools/
H A Dsyscall.tbl206 190 common vfork sys_vfork
/OK3568_Linux_fs/kernel/arch/sh/kernel/syscalls/
H A Dsyscall.tbl200 190 common vfork sys_vfork
/OK3568_Linux_fs/kernel/arch/s390/kernel/syscalls/
H A Dsyscall.tbl181 190 common vfork sys_vfork sys_vfork
/OK3568_Linux_fs/kernel/arch/alpha/kernel/syscalls/
H A Dsyscall.tbl75 66 common vfork alpha_vfork

1234