Searched refs:pids (Results 1 – 2 of 2) sorted by relevance
79 pid_t pids[NR_CHILDREN]; in multi_ebb_procs() local87 pids[i] = fork(); in multi_ebb_procs()88 if (pids[i] == 0) in multi_ebb_procs()98 kill(pids[i], SIGINT); in multi_ebb_procs()100 rc |= wait_for_child(pids[i]); in multi_ebb_procs()
1408 pid_t *pids, pid, wpid; in __bench_numa() local1420 pids = zalloc(g->p.nr_proc * sizeof(*pids)); in __bench_numa()1444 pids[i] = pid; in __bench_numa()1485 wpid = waitpid(pids[i], &wait_stat, 0); in __bench_numa()1551 free(pids); in __bench_numa()