Searched refs:th_teams_level (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_omp.h113 offset_and_size_t th_teams_level; // initial level of teams construct member in struct:__anon3442
H A Dkmp_debugger.cpp106 offset_and_size_of(kmp_base_info_t, th_teams_level),
H A Dkmp_runtime.cpp987 master_th->th.th_teams_level == team->t.t_level) {
1031 thr->th.th_teams_level = master_th->th.th_teams_level;
1460 teams_level = master_th->th.th_teams_level;
2301 int tlevel = master_th->th.th_teams_level;
2368 team->t.t_level == master_th->th.th_teams_level + 1) {
2446 team->t.t_level > master_th->th.th_teams_level) {
2844 int tlevel = thr->th.th_teams_level; // the level of the teams construct
2902 int tlevel = thr->th.th_teams_level; // the level of the teams construct
4871 master->th.th_teams_level <
[all...]
H A Dkmp_csupport.cpp383 this_thr->th.th_teams_level =
434 this_thr->th.th_teams_level = 0;
3317 if (team->t.t_level == th->th.th_teams_level) {
H A Dkmp_barrier.cpp1113 this_thr->th.th_teams_level == level)
H A Dkmp.h2435 int th_teams_level; /* save initial level of teams construct */ member in struct:kmp_base_info

Completed in 114 milliseconds