Searched refs:__kmp_gtid (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_global.cpp178 KMP_THREAD_LOCAL int __kmp_gtid = KMP_GTID_DNE; variable
H A Dz_Linux_util.cpp537 __kmp_gtid = gtid;
616 __kmp_gtid = KMP_GTID_MONITOR;
H A Dkmp_ftn_entry.h548 if ((gtid = __kmp_gtid) == KMP_GTID_DNE) {
H A Dkmp_runtime.cpp123 return __kmp_gtid;
218 gtid = __kmp_gtid;
3721 __kmp_gtid = gtid;
3953 __kmp_gtid = KMP_GTID_DNE;
5769 __kmp_gtid = gtid;
H A Dkmp.h2947 3 - static TLS (__declspec(thread) __kmp_gtid),
2952 extern KMP_THREAD_LOCAL int __kmp_gtid;

Completed in 195 milliseconds