Searched refs:th_cg_roots (Results 1 – 3 of 3) sorted by relevance
881 int cg_nthreads = this_thr->th.th_cg_roots->cg_nthreads; in __kmp_reserve_threads()882 int max_cg_threads = this_thr->th.th_cg_roots->cg_thread_limit; in __kmp_reserve_threads()3802 root_thread->th.th_cg_roots = tmp; in __kmp_register_root()3927 i = root->r.r_uber_thread->th.th_cg_roots->cg_nthreads--; in __kmp_reset_root()3930 root->r.r_uber_thread, root->r.r_uber_thread->th.th_cg_roots, in __kmp_reset_root()3931 root->r.r_uber_thread->th.th_cg_roots->cg_nthreads)); in __kmp_reset_root()3935 root->r.r_uber_thread->th.th_cg_roots->cg_root); in __kmp_reset_root()3936 KMP_DEBUG_ASSERT(root->r.r_uber_thread->th.th_cg_roots->up == NULL); in __kmp_reset_root()3937 __kmp_free(root->r.r_uber_thread->th.th_cg_roots); in __kmp_reset_root()3938 root->r.r_uber_thread->th.th_cg_roots = NULL; in __kmp_reset_root()[all …]
417 KMP_DEBUG_ASSERT(this_thr->th.th_cg_roots); in __kmpc_fork_teams()418 kmp_cg_root_t *tmp = this_thr->th.th_cg_roots; in __kmpc_fork_teams()419 this_thr->th.th_cg_roots = tmp->up; in __kmpc_fork_teams()422 this_thr, tmp, this_thr->th.th_cg_roots, tmp->cg_nthreads)); in __kmpc_fork_teams()429 KMP_DEBUG_ASSERT(this_thr->th.th_cg_roots); in __kmpc_fork_teams()431 this_thr->th.th_cg_roots->cg_thread_limit; in __kmpc_fork_teams()
2644 kmp_cg_root_t *th_cg_roots; // list of cg_roots associated with this thread member