reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp_tasking.cpp
 1161   kmp_team_t *team = thread->th.th_team;
 1162   kmp_taskdata_t *parent_task = thread->th.th_current_task;
 1182     KMP_CHECK_UPDATE(thread->th.th_task_team->tt.tt_untied_task_encountered, 1);
 1195     if ((thread->th.th_task_team) == NULL) {
 1203           thread, team,
 1205       thread->th.th_task_team = team->t.t_task_team[thread->th.th_task_state];
 1205       thread->th.th_task_team = team->t.t_task_team[thread->th.th_task_state];
 1207     kmp_task_team_t *task_team = thread->th.th_task_team;
 1214       __kmp_enable_tasking(task_team, thread);
 1215       kmp_int32 tid = thread->th.th_info.ds.ds_tid;
 1219         __kmp_alloc_task_deque(thread, thread_data);
 1240   taskdata = (kmp_taskdata_t *)__kmp_fast_allocate(thread, shareds_offset +
 1272   taskdata->td_alloc_thread = thread;
 1291   taskdata->td_task_team = thread->th.th_task_team;