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

References

projects/openmp/runtime/src/kmp_settings.cpp
 3437   else if (__kmp_str_match("load balance", 2, value) ||
 3438            __kmp_str_match("load_balance", 2, value) ||
 3439            __kmp_str_match("load-balance", 2, value) ||
 3440            __kmp_str_match("loadbalance", 2, value) ||
 3441            __kmp_str_match("balance", 1, value)) {
 3445   else if (__kmp_str_match("thread limit", 1, value) ||
 3446            __kmp_str_match("thread_limit", 1, value) ||
 3447            __kmp_str_match("thread-limit", 1, value) ||
 3448            __kmp_str_match("threadlimit", 1, value) ||
 3449            __kmp_str_match("limit", 2, value)) {
 3451   } else if (__kmp_str_match("random", 1, value)) {
 3454     KMP_WARNING(StgInvalidValue, name, value);