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

Declarations

projects/openmp/runtime/src/ompt-specific.h
   46 ompt_data_t *__ompt_get_thread_data_internal();

References

projects/openmp/runtime/src/kmp_csupport.cpp
  703         __ompt_get_thread_data_internal(), OMPT_GET_RETURN_ADDRESS(0));
projects/openmp/runtime/src/kmp_runtime.cpp
 3803           ompt_thread_initial, __ompt_get_thread_data_internal());
projects/openmp/runtime/src/ompt-general.cpp
  361           ompt_thread_initial, __ompt_get_thread_data_internal());
  508   return __ompt_get_thread_data_internal();