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

References

projects/openmp/runtime/src/kmp_csupport.cpp
  534     OMPT_CUR_TASK_INFO(this_thr)->frame.exit_frame = ompt_data_none;
  538           OMPT_CUR_TASK_INFO(this_thr)->thread_num, ompt_task_implicit);
projects/openmp/runtime/src/kmp_ftn_entry.h
  359   ompt_task_info_t *parent_task_info = OMPT_CUR_TASK_INFO(this_thr);
projects/openmp/runtime/src/kmp_gsupport.cpp
  475       OMPT_CUR_TASK_INFO(thr)->frame.exit_frame = ompt_data_none;
projects/openmp/runtime/src/kmp_runtime.cpp
 1185     parent_task_info = OMPT_CUR_TASK_INFO(this_thr);
 1361     OMPT_CUR_TASK_INFO(this_thr)->frame.exit_frame.ptr = OMPT_GET_FRAME_ADDRESS(0);
 1376       OMPT_CUR_TASK_INFO(this_thr)
 1382     OMPT_CUR_TASK_INFO(this_thr)->frame.exit_frame.ptr = OMPT_GET_FRAME_ADDRESS(0);
 1537             OMPT_CUR_TASK_INFO(master_th)
 1542                 OMPT_CUR_TASK_INFO(master_th)->thread_num, ompt_task_implicit);
 1569           OMPT_CUR_TASK_INFO(master_th)->frame.exit_frame = ompt_data_none;
 1573                 OMPT_CUR_TASK_INFO(master_th)->thread_num, ompt_task_implicit);
 1745             task_info = OMPT_CUR_TASK_INFO(master_th);
 1748               OMPT_CUR_TASK_INFO(master_th)
 1753                   OMPT_CUR_TASK_INFO(master_th)->thread_num,
 1782                   OMPT_CUR_TASK_INFO(master_th)->thread_num,
 1825             ompt_task_info_t *task_info = OMPT_CUR_TASK_INFO(master_th);
 1829                   OMPT_CUR_TASK_INFO(master_th)->thread_num, ompt_task_initial);
 1863             task_info = OMPT_CUR_TASK_INFO(master_th);
 1873               OMPT_CUR_TASK_INFO(master_th)
 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;
projects/openmp/runtime/src/ompt-specific.cpp
  289     link_lwt->ompt_task_info = *OMPT_CUR_TASK_INFO(thr);
  290     *OMPT_CUR_TASK_INFO(thr) = tmp_task;
  301     *OMPT_CUR_TASK_INFO(thr) = lwt->ompt_task_info;
  315     lwtask->ompt_task_info = *OMPT_CUR_TASK_INFO(thr);
  316     *OMPT_CUR_TASK_INFO(thr) = tmp_task;