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

References

projects/openmp/runtime/src/kmp_runtime.cpp
 7001   kmp_team_t *team = this_thr->th.th_team;
 7003   __kmp_run_before_invoked_task(gtid, tid, this_thr, team);
 7037     OMPT_CUR_TASK_INFO(this_thr)->thread_num = __kmp_tid_from_gtid(gtid);
 7060    this_thr->th.ompt_thread_info.parallel_flags |= ompt_parallel_team;
 7077   __kmp_run_after_invoked_task(gtid, tid, this_thr, team);