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

References

projects/openmp/runtime/src/kmp_runtime.cpp
 4086   if (!this_thr->th.th_pri_common) {
 4087     this_thr->th.th_pri_common =
 4091           gtid, this_thr->th.th_pri_common, this_thr->th.th_pri_common + 1,
 4091           gtid, this_thr->th.th_pri_common, this_thr->th.th_pri_common + 1,
 5923   if (thread->th.th_pri_common != NULL) {
 5924     __kmp_free(thread->th.th_pri_common);
 5925     thread->th.th_pri_common = NULL;
projects/openmp/runtime/src/kmp_threadprivate.cpp
  185                       __kmp_threads[gtid]->th.th_pri_common, gtid,
  204                       __kmp_threads[gtid]->th.th_pri_common, gtid,
  427   tt = &(__kmp_threads[gtid]->th.th_pri_common->data[KMP_HASH(pc_addr)]);
  568         __kmp_threads[global_tid]->th.th_pri_common, global_tid, data);