Lines Matching defs:cg_nthreads
863 int cg_nthreads = this_thr->th.th_cg_roots->cg_nthreads;
865 if (cg_nthreads + new_nthreads -
868 int tl_nthreads = max_cg_threads - cg_nthreads +
4024 tmp->cg_nthreads = 1;
4026 " cg_nthreads init to 1\n",
4165 i = root->r.r_uber_thread->th.th_cg_roots->cg_nthreads--;
4166 KA_TRACE(100, ("__kmp_reset_root: Thread %p decrement cg_nthreads on node %p"
4169 root->r.r_uber_thread->th.th_cg_roots->cg_nthreads));
4349 int i = tmp->cg_nthreads--;
4350 KA_TRACE(100, ("__kmp_initialize_info: Thread %p decrement cg_nthreads"
4352 this_thr, tmp, tmp->cg_root, tmp->cg_nthreads));
4359 this_thr->th.th_cg_roots->cg_nthreads++;
4360 KA_TRACE(100, ("__kmp_initialize_info: Thread %p increment cg_nthreads on"
4364 this_thr->th.th_cg_roots->cg_nthreads));
5822 " up to node %p. cg_nthreads was %d\n",
5823 thr, tmp, thr->th.th_cg_roots, tmp->cg_nthreads));
5824 int i = tmp->cg_nthreads--;
5914 this_th->th.th_cg_roots->cg_nthreads--;
5915 KA_TRACE(100, ("__kmp_free_thread: Thread %p decrement cg_nthreads on node"
5919 this_th->th.th_cg_roots->cg_nthreads));
5922 KMP_DEBUG_ASSERT(tmp->cg_nthreads == 0);
5928 if (tmp->cg_nthreads == 0) { // last thread leaves contention group
7791 tmp->cg_nthreads = 1; // Init counter to one active thread, this one
7793 " cg_nthreads to 1\n",