create_work       640 ompi/mca/topo/treematch/treematch/tm_bucket.c       works[id]= create_work(5,args,partial_update_val);
create_work       353 ompi/mca/topo/treematch/treematch/tm_thread_pool.c   work1 = create_work(2,args1,f1);
create_work       364 ompi/mca/topo/treematch/treematch/tm_thread_pool.c   work2 = create_work(3, args2, f2);
create_work       365 ompi/mca/topo/treematch/treematch/tm_thread_pool.c   work3 = create_work(4, args2, f2);
create_work       366 ompi/mca/topo/treematch/treematch/tm_thread_pool.c   work4 = create_work(5, args2, f2);
create_work        42 ompi/mca/topo/treematch/treematch/tm_thread_pool.h work_t *create_work(int nb_args, void **args, void (int, void **, int));
create_work       321 ompi/mca/topo/treematch/treematch/tm_tree.c       works[id]= create_work(8, args, partial_aggregate_aff_mat);
create_work      1189 ompi/mca/topo/treematch/treematch/tm_tree.c     works[id]= create_work(9, args, partial_exhaustive_search);