Lines Matching full:process
29 as multiple execution contexts within a process. These kernels provide
48 shared resources without creating a new process. unshare() is a natural
50 the concept of process/thread as a virtual machine.
56 where creating a new process to control sharing/unsharing of process
58 when creating a new process using fork or clone, unshare() can benefit
67 the kernel's per-process namespace mechanism. Polyinstantiated directories,
85 decide what needs to be shared at the time of creating the process
89 ability to unshare() after the process was created can be very
126 unshare - disassociate parts of the process execution context
134 unshare() allows a process to disassociate parts of its execution
137 when a new process is created using fork(2), while other parts,
139 shared by explicit request to share them when creating a process
142 The main use of unshare() is to allow a process to control its
143 shared execution context without creating a new process.
169 EPERM CLONE_NEWNS was specified by a non-root process (process
188 appropriate process context structures, populates it with values from
241 c) unshare() helper functions for each different process context
328 process is even more complex. If in the future there is a specific