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

/barrelfish-master/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:__anon279
459 env->combiner = args->combiner;
646 fprintf (stderr, "map combiner time: %" PRIu64 "\n",
778 /* Apply combiner to local map results. */
780 if (env->combiner != NULL)
1341 reduced_val = env->combiner (&itr);
1539 if (env->combiner != NULL) {
1546 reduced_val = env->combiner (&itr);

Completed in 37 milliseconds