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

References

projects/openmp/runtime/src/kmp_csupport.cpp
  538           OMPT_CUR_TASK_INFO(this_thr)->thread_num, ompt_task_implicit);
projects/openmp/runtime/src/kmp_gsupport.cpp
  405       task_info->thread_num = __kmp_tid_from_gtid(gtid);
projects/openmp/runtime/src/kmp_runtime.cpp
 1377           ->thread_num = __kmp_tid_from_gtid(global_tid);
 1538                 ->thread_num = __kmp_tid_from_gtid(gtid);
 1542                 OMPT_CUR_TASK_INFO(master_th)->thread_num, ompt_task_implicit);
 1573                 OMPT_CUR_TASK_INFO(master_th)->thread_num, ompt_task_implicit);
 1749                   ->thread_num = __kmp_tid_from_gtid(gtid);
 1753                   OMPT_CUR_TASK_INFO(master_th)->thread_num,
 1782                   OMPT_CUR_TASK_INFO(master_th)->thread_num,
 1829                   OMPT_CUR_TASK_INFO(master_th)->thread_num, ompt_task_initial);
 1874                   ->thread_num = __kmp_tid_from_gtid(gtid);
 1901                   OMPT_CUR_TASK_INFO(master_th)->thread_num,
 2406             OMPT_CUR_TASK_INFO(master_th)->thread_num, ompt_task_implicit);
 2488           OMPT_CUR_TASK_INFO(master_th)->thread_num, flags);
 7037     OMPT_CUR_TASK_INFO(this_thr)->thread_num = __kmp_tid_from_gtid(gtid);
 7148     OMPT_CUR_TASK_INFO(this_thr)->thread_num = tid;