Searched refs:map_args_t (Results 1 - 3 of 3) sorted by path

/barrelfish-2018-10-04/lib/phoenix/
H A Dmap_reduce.c210 static int array_splitter (void *, int, map_args_t *);
683 map_args_t thread_func_arg;
1090 map_args_t args;
1194 map_args_t args;
1752 array_splitter (void *data_in, int req_units, map_args_t *out)
H A Dmap_reduce.h48 } map_args_t; typedef in typeref:struct:__anon1380
72 /* Map function takes in map_args_t, as supplied by the splitter
76 typedef void (*map_t)(map_args_t *);
97 * map_args_t pointer. The result is stored in map_args_t. The splitter
100 typedef int (*splitter_t)(void *, int, map_args_t *);
102 /* Locator function takes in a pointer to map_args_t, and returns
106 typedef void* (*locator_t)(map_args_t *);
/barrelfish-2018-10-04/usr/tests/phoenix_tests/
H A Dkmeans.c262 int kmeans_splitter(void *data_in, int req_units, map_args_t *out)
299 void *kmeans_locator (map_args_t *task)
312 void kmeans_map(map_args_t *args)

Completed in 70 milliseconds