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

/macosx-10.10/xnu-2782.1.97/tools/tests/affinity/
H A Dsets.c91 } stage_info_t; typedef in typeref:struct:__anon15579
99 stage_info_t *stage[WORKERS_MAX];
173 * For each invocation, its role is ets by (a pointer to) a stage_info_t.
178 stage_info_t *sp = (stage_info_t *) arg;
342 stage_info_t *stage_info;
343 stage_info_t *sp;
416 stage_info = (stage_info_t *) malloc(sets * stages * sizeof(stage_info_t));
H A Dpool.c92 } stage_info_t; typedef in typeref:struct:__anon15578
97 stage_info_t *stage;
185 * For each invocation, its role is ets by (a pointer to) a stage_info_t.
191 stage_info_t *sp = wp->stage;
319 stage_info_t *stage_info;
320 stage_info_t *sp;
395 stage_info = (stage_info_t *) malloc(stages * sizeof(stage_info_t));

Completed in 105 milliseconds