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

/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dlmbench_lat_ctx.c345 tsd_t *pState = (tsd_t *)cookie; local
347 pState->pids = NULL;
348 pState->p = (int**)malloc(pState->procs * (sizeof(int*) + 2 * sizeof(int)));
349 p = (int*)&pState->p[pState->procs];
350 for (i = 0; i < pState->procs; ++i) {
351 pState->p[i] = p;
355 pState->data = (pState
386 tsd_t *pState = (tsd_t *)cookie; local
[all...]

Completed in 20 milliseconds