Home
last modified time | relevance | path

Searched refs:cg_root (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_runtime.cpp3795 tmp->cg_root = root_thread; in __kmp_register_root()
3935 root->r.r_uber_thread->th.th_cg_roots->cg_root); in __kmp_reset_root()
4113 this_thr, tmp, tmp->cg_root, tmp->cg_nthreads)); in __kmp_initialize_info()
4124 this_thr->th.th_cg_roots->cg_root, in __kmp_initialize_info()
5508 if (team->t.t_threads[1]->th.th_cg_roots->cg_root == team->t.t_threads[1]) { in __kmp_free_team()
5513 thr->th.th_cg_roots->cg_root == thr); in __kmp_free_team()
5614 this_th->th.th_cg_roots->cg_root, in __kmp_free_thread()
5617 if (tmp->cg_root == this_th) { // Thread is a cg_root in __kmp_free_thread()
7251 tmp->cg_root = thr; // Make thr the CG root in __kmp_teams_master()
Dkmp.h2497 kmp_info_p *cg_root; // "root" thread for a contention group member