Searched defs:nspid (Results 1 - 1 of 1) sorted by relevance

/lxc/src/tests/
H A Dattach.c199 pid_t pid,nspid; local
206 /* XXX: We can't just use &nspid and have test_attach_func_func fill
233 * if (pid == nspid) TSTERR(...)
235 nspid = atoi(result);
236 TSTOUT("Pid:%d in NS:%d\n", pid, nspid);

Completed in 5 milliseconds