Home
last modified time | relevance | path

Searched refs:r_root_team (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_omp.h145 offset_and_size_t r_root_team; // team at root member
Dkmp_debugger.cpp141 offset_and_size_of(kmp_base_root_t, r_root_team),
Dkmp_runtime.cpp2139 (team->t.t_parent == root->r.r_root_team || in __kmp_fork_call()
2539 parent_team != root->r.r_root_team) { in __kmp_join_call()
3194 root->r.r_root_team = root_team; in __kmp_initialize_root()
3381 __kmp_print_structure_team(" Root Team: ", root->r.r_root_team); in __kmp_print_structure()
3389 __kmp_print_structure_team_accum(list, root->r.r_root_team); in __kmp_print_structure()
3683 KMP_DEBUG_ASSERT(!root->r.r_root_team); in __kmp_register_root()
3740 root->r.r_root_team->t.t_threads[0] = root_thread; in __kmp_register_root()
3748 __kmp_initialize_info(root_thread, root->r.r_root_team, 0, gtid); in __kmp_register_root()
3865 kmp_team_t *root_team = root->r.r_root_team; in __kmp_reset_root()
3872 root->r.r_root_team = NULL; in __kmp_reset_root()
[all …]
Dkmp.h2823 kmp_team_t *r_root_team; member
Dkmp_csupport.cpp515 KMP_DEBUG_ASSERT(serial_team != this_thr->th.th_root->r.r_root_team); in __kmpc_end_serialized_parallel()