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

Declarations

projects/openmp/runtime/src/kmp.h
 2955 extern int __kmp_foreign_tp; // If true, separate TP var for each foreign thread

References

projects/openmp/runtime/src/kmp_runtime.cpp
 6643   __kmp_foreign_tp = TRUE;
projects/openmp/runtime/src/kmp_settings.cpp
 1809   __kmp_stg_parse_bool(name, value, &__kmp_foreign_tp);
 1815   __kmp_stg_print_bool(buffer, name, __kmp_foreign_tp);
projects/openmp/runtime/src/kmp_threadprivate.cpp
  182                 if ((__kmp_foreign_tp) ? (!KMP_INITIAL_GTID(gtid))
  201                 if ((__kmp_foreign_tp) ? (!KMP_INITIAL_GTID(gtid))
  236   if ((__kmp_foreign_tp) ? (!KMP_INITIAL_GTID(gtid)) : (!KMP_UBER_GTID(gtid))) {
  408   if ((__kmp_foreign_tp) ? (KMP_INITIAL_GTID(gtid)) : (KMP_UBER_GTID(gtid))) {
  452   if ((__kmp_foreign_tp) ? (KMP_INITIAL_GTID(gtid)) : (KMP_UBER_GTID(gtid)))
  552   if (!__kmp_threads[global_tid]->th.th_root->r.r_active && !__kmp_foreign_tp) {