Lines Matching refs:clone
37 threads. On Linux, at the time of thread creation using the clone system
56 when creating a new process using fork or clone, unshare can benefit
91 works on an active task (as opposed to clone/fork working on a newly
93 changes to copy_* functions utilized by clone/fork system call.
102 unshare reverses sharing that was done using clone(2) system call,
103 so unshare should have a similar interface as clone(2). That is,
104 since flags in clone(int flags, void *stack) specifies what should
107 the meaning of the flags from the way they are used in clone(2).
133 using clone(2).
175 clone(2), fork(2)
183 versions. Helper functions of clone (copy_*) could not be used
185 1) clone operates on a newly allocated not-yet-active task
268 1) Valid flags: Test to check that clone flags for signal and