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

Declarations

projects/openmp/runtime/src/kmp.h
 2954 extern int __kmp_tls_gtid_min; /* #threads below which use sp search for gtid */

References

projects/openmp/runtime/src/kmp_runtime.cpp
 3647     if (__kmp_all_nth >= __kmp_tls_gtid_min) {
 4383     if (__kmp_all_nth >= __kmp_tls_gtid_min) {
projects/openmp/runtime/src/z_Linux_util.cpp
 1895   __kmp_tls_gtid_min = KMP_TLS_GTID_MIN;