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

References

projects/openmp/runtime/src/kmp_barrier.cpp
 1535       if (this_thr->th.th_task_team != NULL) {
 2020     this_thr->th.th_task_team = NULL;
projects/openmp/runtime/src/kmp_csupport.cpp
  518   kmp_task_team_t *task_team = this_thr->th.th_task_team;
  612       this_thr->th.th_task_team =
 3339       th->th.th_task_team = th->th.th_team->t.t_task_team[0];
 3355   th->th.th_task_team = team->t.t_task_team[task_state];
projects/openmp/runtime/src/kmp_runtime.cpp
 1163     this_thr->th.th_task_team = NULL;
 2071       if (active_level || master_th->th.th_task_team) {
 2547     master_th->th.th_task_team =
 2653         hot_team->t.t_threads[f]->th.th_task_team = NULL;
 3963   kmp_task_team_t *task_team = thread->th.th_task_team;
 4991             team->t.t_threads[f]->th.th_task_team = NULL;
 5432             team->t.t_threads[f]->th.th_task_team = NULL;
 5756   this_thr->th.th_task_team = NULL;
 6255         __kmp_threads[gtid]->th.th_task_team = NULL;
projects/openmp/runtime/src/kmp_taskdeps.cpp
  591   kmp_task_team_t *task_team = thread->th.th_task_team;
  677   ignore = ignore && thread->th.th_task_team != NULL &&
  678            thread->th.th_task_team->tt.tt_found_proxy_tasks == FALSE;
projects/openmp/runtime/src/kmp_tasking.cpp
  327   kmp_task_team_t *task_team = thread->th.th_task_team;
  808       thread->th.th_task_team; // might be NULL for serial teams...
 1182     KMP_CHECK_UPDATE(thread->th.th_task_team->tt.tt_untied_task_encountered, 1);
 1195     if ((thread->th.th_task_team) == NULL) {
 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;
 1291   taskdata->td_task_team = thread->th.th_task_team;
 1849     must_wait = must_wait || (thread->th.th_task_team != NULL &&
 1850                               thread->th.th_task_team->tt.tt_found_proxy_tasks);
 1950       kmp_task_team_t *task_team = thread->th.th_task_team;
 2479         (thread->th.th_task_team != NULL &&
 2480          thread->th.th_task_team->tt.tt_found_proxy_tasks)) {
 2787   kmp_task_team_t *task_team = thread->th.th_task_team;
 2922       if (thread->th.th_task_team == NULL) {
 2971     if (thread->th.th_task_team == NULL) {
 3410       if (TCR_PTR(thread->th.th_task_team) == NULL) {
 3523   TCW_PTR(this_thr->th.th_task_team,
 3574     TCW_PTR(this_thr->th.th_task_team, NULL);
projects/openmp/runtime/src/kmp_wait_release.h
  271                        this_thr->th.th_task_team == NULL)) {
  326       task_team = this_thr->th.th_task_team;
  349           this_thr->th.th_task_team = NULL;
  467         kmp_task_team_t *task_team = this_thr->th.th_task_team;