task               37 ompi/mca/topo/treematch/treematch/tm_thread_pool.c   work->task(work->nb_args, work->args, work->thread_id);
task              130 ompi/mca/topo/treematch/treematch/tm_thread_pool.c     if(!work->task){
task              250 ompi/mca/topo/treematch/treematch/tm_thread_pool.c     work.task=NULL;
task              286 ompi/mca/topo/treematch/treematch/tm_thread_pool.c work_t *create_work(int nb_args, void **args, void (*task) (int, void **, int)){
task              291 ompi/mca/topo/treematch/treematch/tm_thread_pool.c   work -> task = task;
task               10 ompi/mca/topo/treematch/treematch/tm_thread_pool.h   void (*task)(int nb_args, void **args, int thread_id);