tracehook_prepare_clone

Langue: en

Version: May 2009 (fedora - 06/07/09)

Section: 9 (Appels noyau Linux)

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.