Lines Matching defs:new
45 /// The parent of the new child (as returned by getppid(2))
51 /// The cloned child is started in a new mount namespace.
70 /// Create the process in a new cgroup namespace.
72 /// Create the process in a new UTS namespace.
74 /// Create the process in a new IPC namespace.
76 /// Create the process in a new user namespace.
78 /// Create the process in a new PID namespace.
80 /// Create the process in a new network namespace.
82 /// The new process shares an I/O context with the calling process.
93 /// `stack` is a reference to an array which will hold the stack of the new
181 /// Create a new and empty CpuSet.
182 pub fn new() -> CpuSet {
237 Self::new()
258 /// let mut cpu_set = CpuSet::new();
297 let mut cpuset = CpuSet::new();