works             619 ompi/mca/topo/treematch/treematch/tm_bucket.c     work_t **works;
works             625 ompi/mca/topo/treematch/treematch/tm_bucket.c     works = (work_t**)MALLOC(sizeof(work_t*)*nb_threads);
works             640 ompi/mca/topo/treematch/treematch/tm_bucket.c       works[id]= create_work(5,args,partial_update_val);
works             642 ompi/mca/topo/treematch/treematch/tm_bucket.c 	printf("Executing %p\n",(void *)works[id]);
works             644 ompi/mca/topo/treematch/treematch/tm_bucket.c       submit_work( works[id], id);
works             648 ompi/mca/topo/treematch/treematch/tm_bucket.c       wait_work_completion(works[id]);
works             650 ompi/mca/topo/treematch/treematch/tm_bucket.c       FREE(works[id]->args);
works             651 ompi/mca/topo/treematch/treematch/tm_bucket.c       destroy_work(works[id]);
works             658 ompi/mca/topo/treematch/treematch/tm_bucket.c     FREE(works);
works             296 ompi/mca/topo/treematch/treematch/tm_tree.c     work_t **works;
works             302 ompi/mca/topo/treematch/treematch/tm_tree.c     works = (work_t**)MALLOC(sizeof(work_t*)*nb_threads);
works             321 ompi/mca/topo/treematch/treematch/tm_tree.c       works[id]= create_work(8, args, partial_aggregate_aff_mat);
works             323 ompi/mca/topo/treematch/treematch/tm_tree.c 	printf("Executing %p\n", (void *)works[id]);
works             325 ompi/mca/topo/treematch/treematch/tm_tree.c       submit_work( works[id], id);
works             329 ompi/mca/topo/treematch/treematch/tm_tree.c       wait_work_completion(works[id]);
works             330 ompi/mca/topo/treematch/treematch/tm_tree.c       FREE(works[id]->args);
works             332 ompi/mca/topo/treematch/treematch/tm_tree.c       destroy_work(works[id]);
works             337 ompi/mca/topo/treematch/treematch/tm_tree.c     FREE(works);
works            1129 ompi/mca/topo/treematch/treematch/tm_tree.c   work_t **works;
works            1143 ompi/mca/topo/treematch/treematch/tm_tree.c   works        = (work_t**)MALLOC(sizeof(work_t*)*nb_threads);
works            1189 ompi/mca/topo/treematch/treematch/tm_tree.c     works[id]= create_work(9, args, partial_exhaustive_search);
works            1191 ompi/mca/topo/treematch/treematch/tm_tree.c       printf("Executing %p\n", (void *)works[id]);
works            1193 ompi/mca/topo/treematch/treematch/tm_tree.c     submit_work( works[id], id);
works            1197 ompi/mca/topo/treematch/treematch/tm_tree.c     wait_work_completion(works[id]);
works            1198 ompi/mca/topo/treematch/treematch/tm_tree.c     FREE(works[id]->args);
works            1199 ompi/mca/topo/treematch/treematch/tm_tree.c     destroy_work(works[id]);
works            1217 ompi/mca/topo/treematch/treematch/tm_tree.c   FREE(works);