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

Declarations

projects/openmp/runtime/src/kmp.h
 2898 extern int __kmp_allThreadsSpecified;

References

projects/openmp/runtime/src/kmp_runtime.cpp
 6667       __kmp_dflt_team_nth_ub, __kmp_max_nth, __kmp_allThreadsSpecified);
projects/openmp/runtime/src/kmp_settings.cpp
  605     __kmp_allThreadsSpecified = 1;
  608     __kmp_allThreadsSpecified = 0;
 1794                       __kmp_allThreadsSpecified ? __kmp_max_nth : 1,