Searched refs:combiner (Results 1 - 2 of 2) sorted by last modified time

/barrelfish-2018-10-04/lib/phoenix/
H A Dmap_reduce.h134 combiner_t combiner; /* If NULL, no combiner would be called. */ member in struct:__anon1383
H A Dmap_reduce.c150 combiner_t combiner; /* Combiner function. */ member in struct:__anon1376
459 env->combiner = args->combiner;
643 fprintf (stderr, "map combiner time: %" PRIu64 "\n",
775 /* Apply combiner to local map results. */
777 if (env->combiner != NULL)
1338 reduced_val = env->combiner (&itr);
1536 if (env->combiner != NULL) {
1543 reduced_val = env->combiner (&itr);

Completed in 36 milliseconds