Lines Matching defs:active
282 int active, poll;
352 for (active = 0; active < threads; active++)
354 hammer[active].ml = ml;
355 hammer[active].cv = cv;
356 hammer[active].id = id++;
357 hammer[active].writes = 0;
358 hammer[active].action = sg_go;
359 hammer[active].problem = sg_okay;
360 hammer[active].limit = (Random() % limit) + 1;
361 hammer[active].timein = PR_IntervalNow();
362 hammer[active].thread = PR_CreateThread(
363 PR_USER_THREAD, Thread, &hammer[active],
384 while (active > 0)
393 active -= 1; /* this is another one down */