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

References

projects/openmp/runtime/src/kmp_runtime.cpp
 1147   this_thr = __kmp_threads[global_tid];
 1180   void *codeptr = OMPT_LOAD_RETURN_ADDRESS(global_tid);
 1349       __kmp_aux_display_affinity(global_tid, NULL);
 1356     __kmp_push_parallel(global_tid, NULL);
 1364     __ompt_lw_taskteam_init(&lw_taskteam, this_thr, global_tid,
 1375           OMPT_CUR_TASK_DATA(this_thr), 1, __kmp_tid_from_gtid(global_tid), ompt_task_implicit); // TODO: Can this be ompt_task_initial?
 1377           ->thread_num = __kmp_tid_from_gtid(global_tid);