Lines Matching defs:pid
162 tst_res(TINFO, "child %d (pid %d): seed %d, fsize %lld, mapsize %ld, off %lld, loop %d",
253 * time and pid. If you start several processes, then
254 * the time and pid information don't provide much
271 pid_t pid;
300 pid = SAFE_FORK();
302 if (pid == 0) {
306 pidarray[i] = pid;
311 pid = wait(&wait_stat);
312 if (pid != -1) {
318 if (pid == pidarray[i])
321 tst_brk(TBROK, "unknown child pid %d, <x%x>",
322 pid, wait_stat);
324 pid = SAFE_FORK();
325 if (pid == 0) {
329 pidarray[i] = pid;