Lines Matching refs:pid
88 pid_t pid;
103 ret = ct->attach(ct, test_attach_lsm_func_func, NULL, &attach_options, &pid);
124 wait_for_pid(pid);
134 pid_t pid;
151 ret = ct->attach(ct, lxc_attach_run_command, &command, &attach_options, &pid);
178 wait_for_pid(pid);
199 pid_t pid,nspid;
217 ret = ct->attach(ct, test_attach_func_func, NULL, &attach_options, &pid);
230 /* There is a small chance the pid is reused inside the NS, so we
233 * if (pid == nspid) TSTERR(...)
236 TSTOUT("Pid:%d in NS:%d\n", pid, nspid);
240 wait_for_pid(pid);
250 pid_t pid;
256 ret = ct->attach(ct, lxc_attach_run_command, &command, &attach_options, &pid);
262 ret = wait_for_pid(pid);
270 ret = ct->attach(ct, lxc_attach_run_command, &command, &attach_options, &pid);
276 ret = wait_for_pid(pid);