nb_threads        618 ompi/mca/topo/treematch/treematch/tm_bucket.c     int nb_threads;
nb_threads        624 ompi/mca/topo/treematch/treematch/tm_bucket.c     nb_threads = get_nb_threads();
nb_threads        625 ompi/mca/topo/treematch/treematch/tm_bucket.c     works = (work_t**)MALLOC(sizeof(work_t*)*nb_threads);
nb_threads        626 ompi/mca/topo/treematch/treematch/tm_bucket.c     inf = (int*)MALLOC(sizeof(int)*nb_threads);
nb_threads        627 ompi/mca/topo/treematch/treematch/tm_bucket.c     sup = (int*)MALLOC(sizeof(int)*nb_threads);
nb_threads        628 ompi/mca/topo/treematch/treematch/tm_bucket.c     tab_val = (double*)CALLOC(nb_threads,sizeof(double));
nb_threads        629 ompi/mca/topo/treematch/treematch/tm_bucket.c     for(id=0;id<nb_threads;id++){
nb_threads        631 ompi/mca/topo/treematch/treematch/tm_bucket.c       inf[id]=id*M/nb_threads;
nb_threads        632 ompi/mca/topo/treematch/treematch/tm_bucket.c       sup[id]=(id+1)*M/nb_threads;
nb_threads        633 ompi/mca/topo/treematch/treematch/tm_bucket.c       if(id == nb_threads-1) sup[id]=M;
nb_threads        647 ompi/mca/topo/treematch/treematch/tm_bucket.c     for(id=0;id<nb_threads;id++){
nb_threads         48 ompi/mca/topo/treematch/treematch/tm_thread_pool.c   int nb_threads = get_nb_threads();
nb_threads         53 ompi/mca/topo/treematch/treematch/tm_thread_pool.c     my_core = id*(nb_cores/nb_threads);
nb_threads        168 ompi/mca/topo/treematch/treematch/tm_thread_pool.c   if( (thread_id>=0) && (thread_id< pool->nb_threads)){
nb_threads        180 ompi/mca/topo/treematch/treematch/tm_thread_pool.c   int nb_threads;
nb_threads        204 ompi/mca/topo/treematch/treematch/tm_thread_pool.c   nb_threads = MIN(nb_cores,  max_nb_threads);
nb_threads        207 ompi/mca/topo/treematch/treematch/tm_thread_pool.c     printf("nb_threads = %d\n",nb_threads);
nb_threads        211 ompi/mca/topo/treematch/treematch/tm_thread_pool.c   pool -> nb_threads = nb_threads;
nb_threads        212 ompi/mca/topo/treematch/treematch/tm_thread_pool.c   pool -> thread_list = (pthread_t*)MALLOC(sizeof(pthread_t)*nb_threads);
nb_threads        213 ompi/mca/topo/treematch/treematch/tm_thread_pool.c   pool -> working_list = (work_t*)CALLOC(nb_threads,sizeof(work_t));
nb_threads        214 ompi/mca/topo/treematch/treematch/tm_thread_pool.c   pool -> cond_var = (pthread_cond_t*)MALLOC(sizeof(pthread_cond_t)*nb_threads);
nb_threads        215 ompi/mca/topo/treematch/treematch/tm_thread_pool.c   pool -> list_lock = (pthread_mutex_t*)MALLOC(sizeof(pthread_mutex_t)*nb_threads);
nb_threads        217 ompi/mca/topo/treematch/treematch/tm_thread_pool.c   local=(local_thread_t*)MALLOC(sizeof(local_thread_t)*nb_threads);
nb_threads        220 ompi/mca/topo/treematch/treematch/tm_thread_pool.c   for (i=0;i<nb_threads;i++){
nb_threads        251 ompi/mca/topo/treematch/treematch/tm_thread_pool.c     for (id=0;id<pool->nb_threads;id++){
nb_threads        256 ompi/mca/topo/treematch/treematch/tm_thread_pool.c     for (id=0;id<pool->nb_threads;id++){
nb_threads        282 ompi/mca/topo/treematch/treematch/tm_thread_pool.c   return pool -> nb_threads;
nb_threads        345 ompi/mca/topo/treematch/treematch/tm_thread_pool.c   int nb_threads = get_nb_threads();
nb_threads        348 ompi/mca/topo/treematch/treematch/tm_thread_pool.c   printf("nb_threads= %d\n", nb_threads);
nb_threads         29 ompi/mca/topo/treematch/treematch/tm_thread_pool.h   int nb_threads;
nb_threads        295 ompi/mca/topo/treematch/treematch/tm_tree.c     int nb_threads;
nb_threads        301 ompi/mca/topo/treematch/treematch/tm_tree.c     nb_threads = MIN(M/512, get_nb_threads());
nb_threads        302 ompi/mca/topo/treematch/treematch/tm_tree.c     works = (work_t**)MALLOC(sizeof(work_t*)*nb_threads);
nb_threads        303 ompi/mca/topo/treematch/treematch/tm_tree.c     inf = (int*)MALLOC(sizeof(int)*nb_threads);
nb_threads        304 ompi/mca/topo/treematch/treematch/tm_tree.c     sup = (int*)MALLOC(sizeof(int)*nb_threads);
nb_threads        305 ompi/mca/topo/treematch/treematch/tm_tree.c     nnz_tab = (long int*)MALLOC(sizeof(long int)*nb_threads);
nb_threads        306 ompi/mca/topo/treematch/treematch/tm_tree.c     for(id=0;id<nb_threads;id++){
nb_threads        308 ompi/mca/topo/treematch/treematch/tm_tree.c       inf[id]=id*M/nb_threads;
nb_threads        309 ompi/mca/topo/treematch/treematch/tm_tree.c       sup[id]=(id+1)*M/nb_threads;
nb_threads        310 ompi/mca/topo/treematch/treematch/tm_tree.c       if(id == nb_threads-1) sup[id]=M;
nb_threads        328 ompi/mca/topo/treematch/treematch/tm_tree.c     for(id=0;id<nb_threads;id++){
nb_threads       1128 ompi/mca/topo/treematch/treematch/tm_tree.c   int nb_threads;
nb_threads       1141 ompi/mca/topo/treematch/treematch/tm_tree.c   nb_threads   = get_nb_threads();
nb_threads       1142 ompi/mca/topo/treematch/treematch/tm_tree.c   nb_threads   = 4;
nb_threads       1143 ompi/mca/topo/treematch/treematch/tm_tree.c   works        = (work_t**)MALLOC(sizeof(work_t*)*nb_threads);
nb_threads       1178 ompi/mca/topo/treematch/treematch/tm_tree.c   for(id=0;id<nb_threads;id++){
nb_threads       1196 ompi/mca/topo/treematch/treematch/tm_tree.c   for(id=0;id<nb_threads;id++){