reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
391 this_thr->th.th_teams_microtask = microtask; 392 this_thr->th.th_teams_level = 393 this_thr->th.th_team->t.t_level; // AC: can be >0 on host 396 kmp_team_t *parent_team = this_thr->th.th_team; 407 if (this_thr->th.th_teams_size.nteams == 0) { 433 kmp_cg_root_t *tmp = this_thr->th.th_cg_roots; 434 this_thr->th.th_cg_roots = tmp->up; 445 this_thr->th.th_current_task->td_icvs.thread_limit = 446 this_thr->th.th_cg_roots->cg_thread_limit; 448 this_thr->th.th_teams_microtask = NULL; 449 this_thr->th.th_teams_level = 0; 450 *(kmp_int64 *)(&this_thr->th.th_teams_size) = 0L;