Lines Matching defs:master

276   /* we must be a new uber master sibling thread */
2534 // by master of the league of teams
2569 // Restore master thread's partition.
4285 kmp_info_t *master = team->t.t_threads[0];
4286 KMP_DEBUG_ASSERT(master);
4287 KMP_DEBUG_ASSERT(master->th.th_root);
4306 this_thr->th.th_root = master->th.th_root;
4310 this_thr->th.th_team_master = master;
4342 if (this_thr != master && // Primary thread's CG root is initialized elsewhere
4343 this_thr->th.th_cg_roots != master->th.th_cg_roots) { // CG root not set
4345 KMP_DEBUG_ASSERT(master->th.th_cg_roots);
4357 this_thr->th.th_cg_roots = master->th.th_cg_roots;
5140 int argc USE_NESTED_HOT_ARG(kmp_info_t *master)) {
5155 if (master) {
5156 team = master->th.th_team;
5158 if (master->th.th_teams_microtask) { // in teams construct?
5159 if (master->th.th_teams_size.nteams > 1 &&
5163 master->th.th_teams_level <
5170 if ((master->th.th_teams_size.nteams == 1 &&
5171 master->th.th_teams_level >= team->t.t_level) ||
5175 hot_teams = master->th.th_hot_teams;
5245 // add flag to update only master for spread
5469 if (master->th.th_teams_microtask) {
5473 thr->th.th_teams_microtask = master->th.th_teams_microtask;
5474 thr->th.th_teams_level = master->th.th_teams_level;
5475 thr->th.th_teams_size = master->th.th_teams_size;
5661 kmp_team_t *team USE_NESTED_HOT_ARG(kmp_info_t *master)) {
5675 if (master) {
5677 if (master->th.th_teams_microtask) { // in teams construct?
5678 if (master->th.th_teams_size.nteams > 1) {
5683 master->th.th_teams_level == team->t.t_level) {
5689 kmp_hot_team_ptr_t *hot_teams = master->th.th_hot_teams;
5744 __kmp_free_task_team(master, task_team);
7328 /* setup the uber master thread and hierarchy */
9232 // should have set th_used_in_team to 1. This loop forces master to wait until