nb_args 54 ompi/mca/topo/treematch/treematch/tm_bucket.c void partial_update_val (int nb_args, void **args, int thread_id); nb_args 518 ompi/mca/topo/treematch/treematch/tm_bucket.c void partial_update_val (int nb_args, void **args, int thread_id){ nb_args 526 ompi/mca/topo/treematch/treematch/tm_bucket.c if(nb_args != 5){ nb_args 528 ompi/mca/topo/treematch/treematch/tm_bucket.c fprintf(stderr,"(Thread: %d) Wrong number of args in %s: %d\n",thread_id, __func__, nb_args); nb_args 24 ompi/mca/topo/treematch/treematch/tm_thread_pool.c static void f1 (int nb_args, void **args, int thread_id); nb_args 25 ompi/mca/topo/treematch/treematch/tm_thread_pool.c static void f2 (int nb_args, void **args, int thread_id); nb_args 37 ompi/mca/topo/treematch/treematch/tm_thread_pool.c work->task(work->nb_args, work->args, work->thread_id); nb_args 286 ompi/mca/topo/treematch/treematch/tm_thread_pool.c work_t *create_work(int nb_args, void **args, void (*task) (int, void **, int)){ nb_args 289 ompi/mca/topo/treematch/treematch/tm_thread_pool.c work -> nb_args = nb_args; nb_args 309 ompi/mca/topo/treematch/treematch/tm_thread_pool.c void f1 (int nb_args, void **args, int thread_id){ nb_args 313 ompi/mca/topo/treematch/treematch/tm_thread_pool.c printf("id: %d, nb_args=%d, a=%d, b=%d\n",thread_id, nb_args,a,b); nb_args 317 ompi/mca/topo/treematch/treematch/tm_thread_pool.c void f2 (int nb_args, void **args, int thread_id){ nb_args 331 ompi/mca/topo/treematch/treematch/tm_thread_pool.c printf("id: %d, done: %d!\n",thread_id, nb_args); nb_args 9 ompi/mca/topo/treematch/treematch/tm_thread_pool.h int nb_args; nb_args 10 ompi/mca/topo/treematch/treematch/tm_thread_pool.h void (*task)(int nb_args, void **args, int thread_id); nb_args 42 ompi/mca/topo/treematch/treematch/tm_thread_pool.h work_t *create_work(int nb_args, void **args, void (int, void **, int)); nb_args 238 ompi/mca/topo/treematch/treematch/tm_tree.c void partial_aggregate_aff_mat (int nb_args, void **args, int thread_id){ nb_args 251 ompi/mca/topo/treematch/treematch/tm_tree.c if(nb_args != 8){ nb_args 253 ompi/mca/topo/treematch/treematch/tm_tree.c fprintf(stderr, "Thread %d: Wrong number of args in %s: %d\n", thread_id, __func__, nb_args); nb_args 925 ompi/mca/topo/treematch/treematch/tm_tree.c static void partial_exhaustive_search(int nb_args, void **args, int thread_id){ nb_args 947 ompi/mca/topo/treematch/treematch/tm_tree.c if(nb_args!=9){ nb_args 949 ompi/mca/topo/treematch/treematch/tm_tree.c fprintf(stderr, "Id: %d: bad number of argument for function %s: %d instead of 9\n", thread_id, __func__, nb_args);