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

References

projects/openmp/runtime/src/kmp_settings.cpp
  749   rc = __kmp_stg_check_rivals(name, value, wait->rivals);
  755     if (__kmp_str_match("ACTIVE", 1, value)) {
  761     } else if (__kmp_str_match("PASSIVE", 1, value)) {
  768       KMP_WARNING(StgInvalidValue, name, value);
  771     if (__kmp_str_match("serial", 1, value)) { /* S */
  773     } else if (__kmp_str_match("throughput", 2, value)) { /* TH */
  779     } else if (__kmp_str_match("turnaround", 2, value)) { /* TU */
  781     } else if (__kmp_str_match("dedicated", 1, value)) { /* D */
  783     } else if (__kmp_str_match("multiuser", 1, value)) { /* M */
  790       KMP_WARNING(StgInvalidValue, name, value);