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

References

projects/openmp/runtime/src/kmp_runtime.cpp
  453   __kmp_print_storage_map_gtid(gtid, thr, thr + 1, sizeof(kmp_info_t), "th_%d",
  454                                gtid);
  456   __kmp_print_storage_map_gtid(gtid, &thr->th.th_info, &thr->th.th_team,
  457                                sizeof(kmp_desc_t), "th_%d.th_info", gtid);
  459   __kmp_print_storage_map_gtid(gtid, &thr->th.th_local, &thr->th.th_pri_head,
  460                                sizeof(kmp_local_t), "th_%d.th_local", gtid);
  463       gtid, &thr->th.th_bar[0], &thr->th.th_bar[bs_last_barrier],
  464       sizeof(kmp_balign_t) * bs_last_barrier, "th_%d.th_bar", gtid);
  466   __kmp_print_storage_map_gtid(gtid, &thr->th.th_bar[bs_plain_barrier],
  469                                gtid);
  471   __kmp_print_storage_map_gtid(gtid, &thr->th.th_bar[bs_forkjoin_barrier],
  474                                gtid);
  477   __kmp_print_storage_map_gtid(gtid, &thr->th.th_bar[bs_reduction_barrier],
  480                                gtid);