Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp848 int cg_nthreads = this_thr->th.th_cg_roots->cg_nthreads; in __kmp_reserve_threads() local
850 if (cg_nthreads + new_nthreads - in __kmp_reserve_threads()
853 int tl_nthreads = max_cg_threads - cg_nthreads + in __kmp_reserve_threads()
4018 tmp->cg_nthreads = 1; in __kmp_register_root()
4159 i = root->r.r_uber_thread->th.th_cg_roots->cg_nthreads--; in __kmp_reset_root()
4342 int i = tmp->cg_nthreads--; in __kmp_initialize_info()
4352 this_thr->th.th_cg_roots->cg_nthreads++; in __kmp_initialize_info()
5804 int i = tmp->cg_nthreads--; in __kmp_free_team()
5894 this_th->th.th_cg_roots->cg_nthreads--; in __kmp_free_thread()
5899 this_th->th.th_cg_roots->cg_nthreads)); in __kmp_free_thread()
[all …]
H A Dkmp_csupport.cpp515 this_thr, tmp, this_thr->th.th_cg_roots, tmp->cg_nthreads)); in __kmpc_fork_teams()
516 KMP_DEBUG_ASSERT(tmp->cg_nthreads); in __kmpc_fork_teams()
517 int i = tmp->cg_nthreads--; in __kmpc_fork_teams()
H A Dkmp.h2915 kmp_int32 cg_nthreads; // Count of active threads in CG rooted at cg_root member