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

Declarations

projects/openmp/runtime/src/kmp.h
  848 extern kmp_hws_item_t __kmp_hws_node;

References

projects/openmp/runtime/src/kmp_affinity.cpp
 3889     if (__kmp_hws_node.num > 0 || __kmp_hws_tile.num > 0) {
projects/openmp/runtime/src/kmp_settings.cpp
 4472       if (__kmp_hws_node.num > 0)
 4474       __kmp_hws_node.num = num;
 4475       __kmp_hws_node.offset = offset;
 4556     if (__kmp_hws_node.num) {
 4557       __kmp_str_buf_print(&buf, "%s%dn", comma ? "," : "", __kmp_hws_node.num);
 4558       if (__kmp_hws_node.offset)
 4559         __kmp_str_buf_print(&buf, "@%d", __kmp_hws_node.offset);