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

/macosx-10.5.8/xnu-1228.15.4/tools/tests/affinity/
H A Dsets.c92 } stage_info_t; typedef in typeref:struct:__anon1015
100 stage_info_t *stage[WORKERS_MAX];
178 * For each invocation, its role is ets by (a pointer to) a stage_info_t.
183 stage_info_t *sp = (stage_info_t *) arg;
349 stage_info_t *stage_info;
350 stage_info_t *sp;
427 stage_info = (stage_info_t *) malloc(sets * stages * sizeof(stage_info_t));
H A Dpool.c94 } stage_info_t; typedef in typeref:struct:__anon1014
99 stage_info_t *stage;
193 * For each invocation, its role is ets by (a pointer to) a stage_info_t.
199 stage_info_t *sp = wp->stage;
329 stage_info_t *stage_info;
330 stage_info_t *sp;
409 stage_info = (stage_info_t *) malloc(stages * sizeof(stage_info_t));

Completed in 22 milliseconds