Lines Matching defs:pid
719 /* Spread out by PID/TID nr and by loop nr: */1398 pid_t *pids, pid, wpid;1411 pid = -1;1424 pid = fork();1425 dprintf(" # process %2d: PID %d\n", i, pid);1427 BUG_ON(pid < 0);1428 if (!pid) {1434 pids[i] = pid;