PreviousNext

The fork( ) Jacket Routine

Jackets are provided for the fork( ) system call. A specific thread environment must exist in the forked process when it resumes (begins) execution. These jacket routines allow code to be executed in the context of the new process before the user code resumes execution in it.