Lines Matching refs:process
28 as multiple execution contexts within a process. These kernels provide
47 shared resources without creating a new process. unshare is a natural
49 the concept of process/thread as a virtual machine.
54 where creating a new process to control sharing/unsharing of process
56 when creating a new process using fork or clone, unshare can benefit
64 the kernel's per-process namespace mechanism. Polyinstantiated directories,
81 decide what needs to be shared at the time of creating the process
85 ability to unshare after the process was created can be very
119 unshare - disassociate parts of the process execution context
127 unshare allows a process to disassociate parts of its execution
130 when a new process is created using fork(2), while other parts,
132 shared by explicit request to share them when creating a process
135 The main use of unshare is to allow a process to control its
136 shared execution context without creating a new process.
162 EPERM CLONE_NEWNS was specified by a non-root process (process
180 appropriate process context structures, populates it with values from
223 c) unshare helper functions for each different process context
291 process is even more complex. If in the future there is a specific