• Home
  • Raw
  • Download

Lines Matching refs:internal_fork

25076 	* syscall.c (syscall_fixup_on_sysenter, internal_fork, internal_exec,
31802 (internal_fork): Use tcp->s_ent instead of sysent[tcp->scno].
33561 Make internal_fork and internal_exec static.
33566 * defs.h: Remove declarations of internal_fork and internal_exec.
33567 * process.c: Remove definitions of internal_fork and internal_exec.
34475 (internal_fork) [USE_PROCFS || !LINUX]: Likewise.
35425 * process.c (internal_fork): Set TCB_IGNORE_ONE_SIGSTOP on a newly added child.
35451 * process.c (internal_fork): Set TCB_STARTUP after attach.
36227 * process.c (internal_fork): Don't set tcpchild->parent.
36268 (internal_fork): Do not call handle_new_child on syscall exit.
36438 In internal_fork, check is moved to in front of if(), since
36442 * process.c (internal_fork): Do not set/clear TCB_FOLLOWFORK,
36563 (internal_fork): Open-code fork_tcb.
36586 * process.c (internal_fork): Remove conditionals which make no difference
36609 (internal_fork): Likewise.
36642 * process.c (internal_fork): Likewise.
36913 * process.c (internal_fork): Ditto.
37503 code from internal_fork(), with a trivial change: do reparent only
37505 [LINUX] (internal_fork): Use handle_new_child(). Do nothing if
37540 * process.c [LINUX] (internal_fork): Check the syscall and arguments.
37696 (internal_fork, internal_wait): Remove code dealing with CLONE_DETACHED
37709 * process.c (internal_fork): The parent of new cloned process is the
37990 Merge Linux internal_clone() into internal_fork()
37992 * process.c (internal_clone): Merge into internal_fork().
37993 (internal_fork) [!LINUX]: Remove dead code.
37995 internal_fork().