Man Page: tracehook_prepare_clone
Operating Environment: suse
Section: 9
TRACEHOOK_PREPARE_CL(9) Kernel Internals TRACEHOOK_PREPARE_CL(9)NAMEtracehook_prepare_clone - prepare for new child to be clonedSYNOPSISint tracehook_prepare_clone(unsigned clone_flags);ARGUMENTSclone_flags CLONE_* flags from clone/fork/vfork system callDESCRIPTIONThis 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 |
| pthread_atfork(3c) - opensolaris |
| vfork(2) - ultrix |
| vfork(2) - opendarwin |
| clone(2) - netbsd |
| Similar Topics in the Unix Linux Community |
|---|
| Change directory error |
| Migrating to UNIX |
| Tar Command |
| Docker learning Phase-I |
| Shopt -s histappend |