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

References

projects/openmp/runtime/src/kmp_barrier.cpp
 1307     my_parallel_data = OMPT_CUR_TEAM_DATA(this_thr);
 1716     my_parallel_data = OMPT_CUR_TEAM_DATA(this_thr);
projects/openmp/runtime/src/kmp_runtime.cpp
 1374           ompt_scope_begin, OMPT_CUR_TEAM_DATA(this_thr),
 1540                 ompt_scope_begin, OMPT_CUR_TEAM_DATA(master_th),
 1575           ompt_parallel_data = *OMPT_CUR_TEAM_DATA(master_th);
 1751                   ompt_scope_begin, OMPT_CUR_TEAM_DATA(master_th),
 1785             ompt_parallel_data = *OMPT_CUR_TEAM_DATA(master_th);
 1870                   ompt_scope_begin, OMPT_CUR_TEAM_DATA(master_th),
 1905             ompt_parallel_data = *OMPT_CUR_TEAM_DATA(master_th);
 2410       ompt_parallel_data = *OMPT_CUR_TEAM_DATA(master_th);
projects/openmp/runtime/src/kmp_tasking.cpp
 1813       my_parallel_data = OMPT_CUR_TEAM_DATA(thread);