Home
last modified time | relevance | path

Searched refs:th_teams_size (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp965 if (master_th->th.th_teams_size.nteams > 1) { in __kmp_fork_team_threads()
1015 thr->th.th_teams_size = master_th->th.th_teams_size; in __kmp_fork_team_threads()
1598 && master_th->th.th_teams_size.nteams == 1) { in __kmp_fork_in_teams()
2535 master_th->th.th_teams_size.nteams == 1)) { in __kmp_join_call()
2591 int new_num = master_th->th.th_teams_size.nth; in __kmp_join_call()
5155 if (master->th.th_teams_size.nteams > 1 && in __kmp_allocate_team()
5166 if ((master->th.th_teams_size.nteams == 1 && in __kmp_allocate_team()
5466 thr->th.th_teams_size = master->th.th_teams_size; in __kmp_allocate_team()
5665 if (master->th.th_teams_size.nteams > 1) { in __kmp_free_team()
7765 thr->th.th_set_nproc = thr->th.th_teams_size.nth; in __kmp_teams_master()
[all …]
H A Dkmp_sched.cpp537 nteams = th->th.th_teams_size.nteams; in __kmp_dist_for_static_init()
799 nteams = th->th.th_teams_size.nteams; in __kmp_team_static_init()
H A Dkmp_barrier.cpp1370 if (this_thr->th.th_teams_size.nteams > 1) in __kmp_hierarchical_barrier_gather()
1592 if (this_thr->th.th_teams_size.nteams > 1) in __kmp_hierarchical_barrier_release()
1934 this_thr->th.th_teams_size.nteams == 1) && // or inside single team in __kmp_barrier_template()
2337 this_thr->th.th_teams_size.nteams == 1) && // or inside single team in __kmp_join_barrier()
H A Dkmp_csupport.cpp491 if (this_thr->th.th_teams_size.nteams == 0) { in __kmpc_fork_teams()
495 KMP_DEBUG_ASSERT(this_thr->th.th_teams_size.nteams >= 1); in __kmpc_fork_teams()
496 KMP_DEBUG_ASSERT(this_thr->th.th_teams_size.nth >= 1); in __kmpc_fork_teams()
528 *(kmp_int64 *)(&this_thr->th.th_teams_size) = 0L; in __kmpc_fork_teams()
H A Dkmp_dispatch.cpp2710 nteams = th->th.th_teams_size.nteams; in __kmp_dist_get_bounds()
H A Dkmp.h2968 th_teams_size; /* number of teams/threads in teams construct */ member