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

/barrelfish-master/lib/phoenix/
H A Dmap_reduce.c136 int num_map_threads; /* # of threads for map tasks. */ member in struct:__anon279
263 env->taskQueue = tq_init (env->num_map_threads);
276 tpool = tpool_create (env->num_map_threads);
397 env->num_map_threads = (args->num_map_threads > 0) ?
398 args->num_map_threads : num_procs;
454 env->intermediate_task_alloc_len = env->num_map_threads;
502 printf (OUT_PREFIX "num_map_threads = %u\n", env->num_map_threads);
811 int num_map_threads; member in struct:__anon282
827 int num_map_threads; local
945 int num_map_threads; local
1253 int num_map_threads; local
[all...]
H A Dmap_reduce.h155 int num_map_threads; /* # of threads to run map tasks on. member in struct:__anon1383
/barrelfish-master/usr/tests/phoenix_tests/
H A Dkmeans.c410 map_reduce_args.num_map_threads = atoi(GETENV("MR_NUMTHREADS"));//8;

Completed in 38 milliseconds