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

References

projects/openmp/runtime/src/kmp_barrier.cpp
 1574     this_thr->th.ompt_thread_info.state = ompt_state_work_parallel;
projects/openmp/runtime/src/kmp_csupport.cpp
  633                                            : ompt_state_work_parallel);
  903     th->th.ompt_thread_info.state = ompt_state_work_parallel;
projects/openmp/runtime/src/kmp_gsupport.cpp
  297     thr->th.ompt_thread_info.state = ompt_state_work_parallel;
  342     thr->th.ompt_thread_info.state = ompt_state_work_parallel;
  407     thr->th.ompt_thread_info.state = ompt_state_work_parallel;
 1204       thread->th.ompt_thread_info.state = ompt_state_work_parallel;
projects/openmp/runtime/src/kmp_runtime.cpp
 1381     this_thr->th.ompt_thread_info.state = ompt_state_work_parallel;
 1546           master_th->th.ompt_thread_info.state = ompt_state_work_parallel;
 1758             master_th->th.ompt_thread_info.state = ompt_state_work_parallel;
 1878             master_th->th.ompt_thread_info.state = ompt_state_work_parallel;
 2159     master_th->th.ompt_thread_info.state = ompt_state_work_parallel;
 2263                               : ompt_state_work_parallel);
 5724           this_thr->th.ompt_thread_info.state = ompt_state_work_parallel;
projects/openmp/runtime/src/kmp_tasking.cpp
 1453                                             : ompt_state_work_parallel;
projects/openmp/runtime/src/ompt-general.cpp
   77     FOREACH_OMPT_STATE(ompt_state_macro)