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

References

projects/openmp/runtime/src/kmp_runtime.cpp
 7132   kmp_team_t *team = this_thr->th.th_team;
 7138   __kmp_run_before_invoked_task(gtid, 0, this_thr, team);
 7148     OMPT_CUR_TASK_INFO(this_thr)->thread_num = tid;
 7153   this_thr->th.ompt_thread_info.parallel_flags |= ompt_parallel_league;
 7155   __kmp_run_after_invoked_task(gtid, 0, this_thr, team);