Searched refs:master_th (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp958 kmp_info_t *master_th, int master_gtid) {
967 master_th->th.th_info.ds.ds_tid = 0;
968 master_th->th.th_team = team;
969 master_th->th.th_team_nproc = team->t.t_nproc;
970 master_th->th.th_team_master = master_th;
971 master_th->th.th_team_serialized = FALSE;
972 master_th->th.th_dispatch = &team->t.t_dispatch[0];
977 kmp_hot_team_ptr_t *hot_teams = master_th->th.th_hot_teams;
981 if (master_th
957 __kmp_fork_team_threads(kmp_root_t *root, kmp_team_t *team, kmp_info_t *master_th, int master_gtid) argument
1399 kmp_info_t *master_th; local
2264 kmp_info_t *master_th; local
[all...]
H A Dkmp_csupport.cpp290 kmp_info_t *master_th = __kmp_threads[gtid]; local
291 kmp_team_t *parent_team = master_th->th.th_team;

Completed in 171 milliseconds