Searched refs:cg_nthreads (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp872 int cg_nthreads = this_thr->th.th_cg_roots->cg_nthreads; local
874 if (cg_nthreads + new_nthreads -
877 int tl_nthreads = max_cg_threads - cg_nthreads +
3759 tmp->cg_nthreads = 1;
3761 " cg_nthreads init to 1\n",
3889 i = root->r.r_uber_thread->th.th_cg_roots->cg_nthreads--;
3890 KA_TRACE(100, ("__kmp_reset_root: Thread %p decrement cg_nthreads on node %p"
3893 root->r.r_uber_thread->th.th_cg_roots->cg_nthreads));
4078 int i = tmp->cg_nthreads
[all...]
H A Dkmp_csupport.cpp421 " to node %p. cg_nthreads was %d\n",
422 this_thr, tmp, this_thr->th.th_cg_roots, tmp->cg_nthreads));
423 KMP_DEBUG_ASSERT(tmp->cg_nthreads);
424 int i = tmp->cg_nthreads--;
H A Dkmp.h2412 kmp_int32 cg_nthreads; // Count of active threads in CG rooted at cg_root member in struct:kmp_cg_root

Completed in 92 milliseconds