HomeSort by relevance Sort by last modified time
    Searched refs:num_thrd (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/kernel/sched/tool/
trace_sched.c 296 int num_thrd = MAXT; /* number of threads to create. */ local
334 num_thrd = num_thrd * num_cpus;
354 if ((num_thrd = atoi(optarg)) == 0)
356 else if (num_thrd < 0) {
359 num_thrd);
360 num_thrd = MAXT;
361 } else if (num_thrd > PIDS) {
365 num_thrd, PIDS, PIDS - 1000);
366 num_thrd = (PIDS - 1000)
    [all...]
  /external/ltp/testcases/kernel/mem/mtest07/
mallocstress.c 295 int num_thrd = MAXT; /* number of threads to create */ local
317 if ((num_thrd = atoi(optarg)) == 0)
319 else if (num_thrd < 1) {
322 num_thrd = MAXT;
333 thrdid = malloc(sizeof(pthread_t) * num_thrd);
353 for (thrd_ndx = 0; thrd_ndx < num_thrd; thrd_ndx++) {
377 for (thrd_ndx = 0; thrd_ndx < num_thrd; thrd_ndx++) {
shm_test.c 273 int num_thrd = MAXT; /* number of threads to create */ local
300 if ((num_thrd = atoi(optarg)) == 0)
302 else if (num_thrd < 0) {
305 num_thrd = MAXT;
316 for (thrd_ndx = 0; thrd_ndx < num_thrd; thrd_ndx += 2) {
346 for (thrd_ndx = 0; thrd_ndx < num_thrd; thrd_ndx++) {

Completed in 157 milliseconds