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

References

projects/openmp/runtime/src/kmp_csupport.cpp
  882     th->th.ompt_thread_info.wait_id = lck;
  904     th->th.ompt_thread_info.wait_id = 0;
 1428       ti.wait_id = (ompt_wait_id_t)(uintptr_t)lck;
 1467       ti.wait_id = (ompt_wait_id_t)(uintptr_t)lck;
 1490     ti.wait_id = 0;
projects/openmp/runtime/src/kmp_gsupport.cpp
 1203       thread->th.ompt_thread_info.wait_id = 0;
projects/openmp/runtime/src/kmp_lock.cpp
 1208           this_thr->th.ompt_thread_info.wait_id = 0;
 1223       this_thr->th.ompt_thread_info.wait_id = (uint64_t)lck;
 1261       this_thr->th.ompt_thread_info.wait_id = 0;
projects/openmp/runtime/src/kmp_runtime.cpp
 5680     this_thr->th.ompt_thread_info.wait_id = 0;
projects/openmp/runtime/src/kmp_tasking.cpp
 1450     thread->th.ompt_thread_info.wait_id = 0;
projects/openmp/runtime/src/ompt-specific.cpp
  214     ti->th.ompt_thread_info.wait_id = (ompt_wait_id_t)(uintptr_t)variable;
  222       *omp_wait_id = ti->th.ompt_thread_info.wait_id;