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

References

projects/openmp/runtime/src/kmp_settings.cpp
 3089     next = buf;
 3090     SKIP_DIGITS(next);
 3091     num = __kmp_str_to_int(buf, *next);
 3093     buf = next;
 3099   next = buf;
 3100   if (__kmp_match_str("disabled", buf, &next)) {
 3101     buf = next;
 3109              __kmp_match_str("false", buf, &next)) {
 3110     buf = next;
 3118              __kmp_match_str("true", buf, &next)) {
 3119     buf = next;
 3155           __kmp_match_str("master", buf, &next)) {
 3156         buf = next;
 3160                  __kmp_match_str("close", buf, &next)) {
 3161         buf = next;
 3165                  __kmp_match_str("spread", buf, &next)) {
 3166         buf = next;
 3186         next = buf;
 3187         SKIP_DIGITS(next);
 3188         num = __kmp_str_to_int(buf, *next);
 3190         buf = next;