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

References

projects/openmp/runtime/src/kmp_settings.cpp
 4053   if (__kmp_str_match("tas", 2, value) ||
 4054       __kmp_str_match("test and set", 2, value) ||
 4055       __kmp_str_match("test_and_set", 2, value) ||
 4056       __kmp_str_match("test-and-set", 2, value) ||
 4057       __kmp_str_match("test andset", 2, value) ||
 4058       __kmp_str_match("test_andset", 2, value) ||
 4059       __kmp_str_match("test-andset", 2, value) ||
 4060       __kmp_str_match("testand set", 2, value) ||
 4061       __kmp_str_match("testand_set", 2, value) ||
 4062       __kmp_str_match("testand-set", 2, value) ||
 4063       __kmp_str_match("testandset", 2, value)) {
 4068   else if (__kmp_str_match("futex", 1, value)) {
 4073       KMP_WARNING(FutexNotSupported, name, value);
 4077   else if (__kmp_str_match("ticket", 2, value)) {
 4080   } else if (__kmp_str_match("queuing", 1, value) ||
 4081              __kmp_str_match("queue", 1, value)) {
 4084   } else if (__kmp_str_match("drdpa ticket", 1, value) ||
 4085              __kmp_str_match("drdpa_ticket", 1, value) ||
 4086              __kmp_str_match("drdpa-ticket", 1, value) ||
 4087              __kmp_str_match("drdpaticket", 1, value) ||
 4088              __kmp_str_match("drdpa", 1, value)) {
 4093   else if (__kmp_str_match("adaptive", 1, value)) {
 4098       KMP_WARNING(AdaptiveNotSupported, name, value);
 4105   else if (__kmp_str_match("rtm", 1, value)) {
 4110       KMP_WARNING(AdaptiveNotSupported, name, value);
 4114   } else if (__kmp_str_match("hle", 1, value)) {
 4120     KMP_WARNING(StgInvalidValue, name, value);