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

References

projects/openmp/runtime/src/kmp_settings.cpp
 1038       if (total == 0 || prev_comma) {
 1039         total++;
 1049       total++;
 1058   if (!__kmp_dflt_max_active_levels_set && total > 1)
 1061   if (total <= 0) {
 1069     nth_array->nth = (int *)KMP_INTERNAL_MALLOC(sizeof(int) * total * 2);
 1073     nth_array->size = total * 2;
 1075     if (nth_array->size < total) {
 1079       } while (nth_array->size < total);
 1088   nth_array->used = total;
 1092   total = 0;
 1102       if (total == 0) {
 1107         total++;
 1112         total++;
 1125       total++;