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

/darwin-on-arm/xnu/tools/tests/affinity/
H A Dsets.c92 } stage_info_t; typedef in typeref:struct:__anon1337
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:__anon1336
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 74 milliseconds