reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1902 if (team) 1941 __kmp_task_team_setup(this_thr, team, 0); 1957 this_thr->th.th_team_bt_intervals = KMP_BLOCKTIME_INTERVAL(team, tid); 1990 ompt_data_t *task_data = (team) 1999 codeptr = team->t.ompt_team_info.master_return_address; 2039 team = (kmp_team_t *)TCR_PTR(this_thr->th.th_team); 2068 __kmp_task_team_sync(this_thr, team); 2072 kmp_proc_bind_t proc_bind = team->t.t_proc_bind; 2075 if (__kmp_affinity_type == affinity_balanced && team->t.t_size_changed) { 2076 __kmp_balanced_affinity(this_thr, team->t.t_nproc); 2090 if (team->t.t_display_affinity 2092 || (__kmp_affinity_type == affinity_balanced && team->t.t_size_changed) 2097 this_thr->th.th_prev_num_threads = team->t.t_nproc; 2098 this_thr->th.th_prev_level = team->t.t_level; 2102 KMP_CHECK_UPDATE(this_thr->th.th_def_allocator, team->t.t_def_allocator);