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

References

projects/openmp/runtime/src/kmp_csupport.cpp
  632         ((this_thr->th.th_team_serialized) ? ompt_state_work_serial
projects/openmp/runtime/src/kmp_runtime.cpp
 2262       ((team->t.t_serialized) ? ompt_state_work_serial
 3813     ompt_set_thread_state(root_thread, ompt_state_work_serial);
projects/openmp/runtime/src/kmp_tasking.cpp
 1452                                             ? ompt_state_work_serial
projects/openmp/runtime/src/ompt-general.cpp
   77     FOREACH_OMPT_STATE(ompt_state_macro)
  371     ompt_set_thread_state(root_thread, ompt_state_work_serial);
  491     return ompt_state_work_serial;
  495     thread_state = ompt_state_work_serial;