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

References

projects/openmp/runtime/src/kmp_gsupport.cpp
  371   kmp_info_t *thr = __kmp_threads[gtid];
  373   int tid = __kmp_tid_from_gtid(gtid);
  378   rc = __kmp_fork_call(loc, gtid, fork_context_gnu, argc, wrapper,
  390     __kmp_run_before_invoked_task(gtid, tid, thr, team);
  401       ompt_team_size = __kmp_team_from_gtid(gtid)->t.t_nproc;
  404           &(task_info->task_data), ompt_team_size, __kmp_tid_from_gtid(gtid), ompt_task_implicit); // TODO: Can this be ompt_task_initial?
  405       task_info->thread_num = __kmp_tid_from_gtid(gtid);