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

References

projects/openmp/runtime/src/kmp_settings.cpp
 2096     if (__kmp_match_str("none", buf, CCAST(const char **, &next))) {
 2100     } else if (__kmp_match_str("scatter", buf, CCAST(const char **, &next))) {
 2104     } else if (__kmp_match_str("compact", buf, CCAST(const char **, &next))) {
 2108     } else if (__kmp_match_str("logical", buf, CCAST(const char **, &next))) {
 2112     } else if (__kmp_match_str("physical", buf, CCAST(const char **, &next))) {
 2116     } else if (__kmp_match_str("explicit", buf, CCAST(const char **, &next))) {
 2120     } else if (__kmp_match_str("balanced", buf, CCAST(const char **, &next))) {
 2124     } else if (__kmp_match_str("disabled", buf, CCAST(const char **, &next))) {
 2128     } else if (__kmp_match_str("verbose", buf, CCAST(const char **, &next))) {
 2131     } else if (__kmp_match_str("noverbose", buf, CCAST(const char **, &next))) {
 2134     } else if (__kmp_match_str("warnings", buf, CCAST(const char **, &next))) {
 2137     } else if (__kmp_match_str("nowarnings", buf,
 2141     } else if (__kmp_match_str("respect", buf, CCAST(const char **, &next))) {
 2144     } else if (__kmp_match_str("norespect", buf, CCAST(const char **, &next))) {
 2147     } else if (__kmp_match_str("duplicates", buf,
 2149                __kmp_match_str("dups", buf, CCAST(const char **, &next))) {
 2152     } else if (__kmp_match_str("noduplicates", buf,
 2154                __kmp_match_str("nodups", buf, CCAST(const char **, &next))) {
 2157     } else if (__kmp_match_str("granularity", buf,
 2159                __kmp_match_str("gran", buf, CCAST(const char **, &next))) {
 2169       if (__kmp_match_str("fine", buf, CCAST(const char **, &next))) {
 2172       } else if (__kmp_match_str("thread", buf, CCAST(const char **, &next))) {
 2175       } else if (__kmp_match_str("core", buf, CCAST(const char **, &next))) {
 2183       } else if (__kmp_match_str("package", buf, CCAST(const char **, &next))) {
 2186       } else if (__kmp_match_str("node", buf, CCAST(const char **, &next))) {
 2206     } else if (__kmp_match_str("proclist", buf, CCAST(const char **, &next))) {
 2803   if (__kmp_match_str("threads", scan, &next)) {
 2809   } else if (__kmp_match_str("cores", scan, &next)) {
 2823   } else if (__kmp_match_str("sockets", scan, &next)) {
 3100   if (__kmp_match_str("disabled", buf, &next)) {
 3109              __kmp_match_str("false", buf, &next)) {
 3118              __kmp_match_str("true", buf, &next)) {
 3155           __kmp_match_str("master", buf, &next)) {
 3160                  __kmp_match_str("close", buf, &next)) {
 3165                  __kmp_match_str("spread", buf, &next)) {
 3351   if (__kmp_match_str("omp_high_bw_mem_alloc", buf, &next)) {
 3360   } else if (__kmp_match_str("omp_default_mem_alloc", buf, &next)) {
 3362   } else if (__kmp_match_str("omp_large_cap_mem_alloc", buf, &next)) {
 3367   } else if (__kmp_match_str("omp_const_mem_alloc", buf, &next)) {
 3371   } else if (__kmp_match_str("omp_low_lat_mem_alloc", buf, &next)) {
 3375   } else if (__kmp_match_str("omp_cgroup_mem_alloc", buf, &next)) {
 3379   } else if (__kmp_match_str("omp_pteam_mem_alloc", buf, &next)) {
 3383   } else if (__kmp_match_str("omp_thread_mem_alloc", buf, &next)) {