Query: tracehook_report_clone
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TRACEHOOK_REPORT_CLO(9) Kernel Internals TRACEHOOK_REPORT_CLO(9)NAMEtracehook_report_clone - in parent, new child is about to start runningSYNOPSISvoid tracehook_report_clone(struct pt_regs * regs, unsigned long clone_flags, pid_t pid, struct task_struct * child);ARGUMENTSregs parent's user register state clone_flags flags from parent's system call pid new child's PID in the parent's namespace child new child taskDESCRIPTIONCalled after a child is set up, but before it has been started running. This is not a good place to block, because the child has not started yet. Suspend the child here if desired, and then block in tracehook_report_clone_complete. This must prevent the child from self-reaping if tracehook_report_clone_complete uses the child pointer; otherwise it might have died and been released by the time tracehook_report_clone_complete is called. Called with no locks held, but the child cannot run until this returns. Kernel Hackers Manual 2.6. July 2010 TRACEHOOK_REPORT_CLO(9)
Related Man Pages |
---|
fork(2) - minix |
fork(2) - netbsd |
pcntl_fork(3) - php |
pthread_atfork(3) - bsd |
pthread_atfork(3) - xfree86 |
Similar Topics in the Unix Linux Community |
---|
How to restrict user to a specific directory in solaris 10 |
Getting command output to putty window title. |
Cut command on RHEL 6.8 compatibility issues |
Tar Command |
Shopt -s histappend |