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

References

projects/openmp/runtime/src/kmp_runtime.cpp
 6999   int tid = __kmp_tid_from_gtid(gtid);
 7000   kmp_info_t *this_thr = __kmp_threads[gtid];
 7003   __kmp_run_before_invoked_task(gtid, tid, this_thr, team);
 7036         __kmp_tid_from_gtid(gtid), ompt_task_implicit);
 7037     OMPT_CUR_TASK_INFO(this_thr)->thread_num = __kmp_tid_from_gtid(gtid);
 7051   rc = __kmp_invoke_microtask((microtask_t)TCR_SYNC_PTR(team->t.t_pkfn), gtid,
 7077   __kmp_run_after_invoked_task(gtid, tid, this_thr, team);