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

Declarations

projects/openmp/runtime/src/ompt-specific.h
   28 void __ompt_lw_taskteam_link(ompt_lw_taskteam_t *lwt, kmp_info_t *thr,

References

projects/openmp/runtime/src/kmp_runtime.cpp
 1367     __ompt_lw_taskteam_link(&lw_taskteam, this_thr, 1);
 1531           __ompt_lw_taskteam_link(&lw_taskteam, master_th, 0);
 1601         __ompt_lw_taskteam_link(&lw_taskteam, master_th, 1, true);
 1742             __ompt_lw_taskteam_link(&lw_taskteam, master_th, 0);
 1861             __ompt_lw_taskteam_link(&lw_taskteam, master_th, 0);
 1924         __ompt_lw_taskteam_link(&lwt, master_th, 1);