Searched refs:ts_pids (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/tools/tests/libMicro/
H A Dfork.c47 int *ts_pids; member in struct:__anon1240
82 ts->ts_pids = (int *)malloc(lm_optB * sizeof (pid_t));
83 if (ts->ts_pids == NULL) {
98 ts->ts_pids[i] = fork();
99 switch (ts->ts_pids[i]) {
125 if (ts->ts_pids[i] > 0) {
126 (void) waitpid(ts->ts_pids[i], NULL, 0);
H A Dexit.c45 int *ts_pids; member in struct:__anon1239
102 ts->ts_pids = (int *)malloc(lm_optB * sizeof (pid_t));
103 if (ts->ts_pids == NULL) {
113 ts->ts_pids[i] = fork();
114 switch (ts->ts_pids[i]) {

Completed in 22 milliseconds