tracehook_prepare_clone(9) suse man page | unix.com

Man Page: tracehook_prepare_clone

Operating Environment: suse

Section: 9

TRACEHOOK_PREPARE_CL(9) 					 Kernel Internals					   TRACEHOOK_PREPARE_CL(9)

NAME
tracehook_prepare_clone - prepare for new child to be cloned
SYNOPSIS
int tracehook_prepare_clone(unsigned clone_flags);
ARGUMENTS
clone_flags CLONE_* flags from clone/fork/vfork system call
DESCRIPTION
This is called before a new user task is to be cloned. Its return value will be passed to tracehook_finish_clone. Called with no locks held. Kernel Hackers Manual 2.6. July 2010 TRACEHOOK_PREPARE_CL(9)
Related Man Pages
fork(2) - redhat
vfork(2) - ultrix
vfork(2) - opendarwin
vfork(2) - osx
pthread_atfork(3c) - sunos
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Grant unprivileged user rights to see the output of echo|format but not modify disks
Cut command on RHEL 6.8 compatibility issues
SOCKS proxy & PAM configuration exposure
Docker learning Phase-I