• Home
  • Raw
  • Download

Lines Matching refs:internal_fork

39720 	* syscall.c (syscall_fixup_on_sysenter, internal_fork, internal_exec,
46446 (internal_fork): Use tcp->s_ent instead of sysent[tcp->scno].
48205 Make internal_fork and internal_exec static.
48210 * defs.h: Remove declarations of internal_fork and internal_exec.
48211 * process.c: Remove definitions of internal_fork and internal_exec.
49119 (internal_fork) [USE_PROCFS || !LINUX]: Likewise.
50069 * process.c (internal_fork): Set TCB_IGNORE_ONE_SIGSTOP on a newly added child.
50095 * process.c (internal_fork): Set TCB_STARTUP after attach.
50871 * process.c (internal_fork): Don't set tcpchild->parent.
50912 (internal_fork): Do not call handle_new_child on syscall exit.
51082 In internal_fork, check is moved to in front of if(), since
51086 * process.c (internal_fork): Do not set/clear TCB_FOLLOWFORK,
51207 (internal_fork): Open-code fork_tcb.
51230 * process.c (internal_fork): Remove conditionals which make no difference
51253 (internal_fork): Likewise.
51286 * process.c (internal_fork): Likewise.
51557 * process.c (internal_fork): Ditto.
52147 code from internal_fork(), with a trivial change: do reparent only
52149 [LINUX] (internal_fork): Use handle_new_child(). Do nothing if
52184 * process.c [LINUX] (internal_fork): Check the syscall and arguments.
52340 (internal_fork, internal_wait): Remove code dealing with CLONE_DETACHED
52353 * process.c (internal_fork): The parent of new cloned process is the
52634 Merge Linux internal_clone() into internal_fork()
52636 * process.c (internal_clone): Merge into internal_fork().
52637 (internal_fork) [!LINUX]: Remove dead code.
52639 internal_fork().