Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_runtime.cpp881 int cg_nthreads = this_thr->th.th_cg_roots->cg_nthreads; in __kmp_reserve_threads() local
883 if (cg_nthreads + new_nthreads - in __kmp_reserve_threads()
886 int tl_nthreads = max_cg_threads - cg_nthreads + in __kmp_reserve_threads()
3797 tmp->cg_nthreads = 1; in __kmp_register_root()
3927 i = root->r.r_uber_thread->th.th_cg_roots->cg_nthreads--; in __kmp_reset_root()
3931 root->r.r_uber_thread->th.th_cg_roots->cg_nthreads)); in __kmp_reset_root()
4110 int i = tmp->cg_nthreads--; in __kmp_initialize_info()
4113 this_thr, tmp, tmp->cg_root, tmp->cg_nthreads)); in __kmp_initialize_info()
4120 this_thr->th.th_cg_roots->cg_nthreads++; in __kmp_initialize_info()
4125 this_thr->th.th_cg_roots->cg_nthreads)); in __kmp_initialize_info()
[all …]
Dkmp_csupport.cpp422 this_thr, tmp, this_thr->th.th_cg_roots, tmp->cg_nthreads)); in __kmpc_fork_teams()
423 KMP_DEBUG_ASSERT(tmp->cg_nthreads); in __kmpc_fork_teams()
424 int i = tmp->cg_nthreads--; in __kmpc_fork_teams()
Dkmp.h2501 kmp_int32 cg_nthreads; // Count of active threads in CG rooted at cg_root member