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

References

projects/openmp/runtime/src/kmp_affinity.cpp
 3907     if (__kmp_hws_socket.offset + __kmp_hws_socket.num > nPackages) {
 3911     if (__kmp_hws_core.offset + __kmp_hws_core.num > nCoresPerPkg) {
 3921       if (i < __kmp_hws_socket.offset ||
 3922           i >= __kmp_hws_socket.offset + __kmp_hws_socket.num) {
 3937           if (j < __kmp_hws_core.offset ||
 3938               j >= __kmp_hws_core.offset +
projects/openmp/runtime/src/kmp_settings.cpp
 4469       __kmp_hws_socket.offset = offset;
 4475       __kmp_hws_node.offset = offset;
 4482         __kmp_hws_tile.offset = offset;
 4487         __kmp_hws_socket.offset = offset;
 4492         __kmp_hws_core.offset = offset;
 4500         __kmp_hws_core.offset = offset;
 4507           __kmp_hws_tile.offset = offset;
 4512           __kmp_hws_socket.offset = offset;
 4517           __kmp_hws_core.offset = offset;
 4527       __kmp_hws_proc.offset = offset;
 4552       if (__kmp_hws_socket.offset)
 4553         __kmp_str_buf_print(&buf, "@%d", __kmp_hws_socket.offset);
 4558       if (__kmp_hws_node.offset)
 4559         __kmp_str_buf_print(&buf, "@%d", __kmp_hws_node.offset);
 4564       if (__kmp_hws_tile.offset)
 4565         __kmp_str_buf_print(&buf, "@%d", __kmp_hws_tile.offset);
 4570       if (__kmp_hws_core.offset)
 4571         __kmp_str_buf_print(&buf, "@%d", __kmp_hws_core.offset);