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

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp524 __kmp_gtid_threadprivate_key));
525 if (!TlsSetValue(__kmp_gtid_threadprivate_key, (LPVOID)(gtid + 1)))
539 gtid = (int)(kmp_intptr_t)TlsGetValue(__kmp_gtid_threadprivate_key);
546 __kmp_gtid_threadprivate_key, gtid));
697 if (!__kmp_gtid_threadprivate_key) {
698 __kmp_gtid_threadprivate_key = TlsAlloc();
699 if (__kmp_gtid_threadprivate_key == TLS_OUT_OF_INDEXES) {
851 if (__kmp_gtid_threadprivate_key) {
852 TlsFree(__kmp_gtid_threadprivate_key);
853 __kmp_gtid_threadprivate_key
[all...]
H A Dkmp_global.cpp19 kmp_key_t __kmp_gtid_threadprivate_key; variable
H A Dz_Linux_util.cpp1711 status = pthread_setspecific(__kmp_gtid_threadprivate_key,
1726 gtid = (int)(size_t)pthread_getspecific(__kmp_gtid_threadprivate_key);
1733 __kmp_gtid_threadprivate_key, gtid));
1897 status = pthread_key_create(&__kmp_gtid_threadprivate_key,
1926 status = pthread_key_delete(__kmp_gtid_threadprivate_key);
H A Dkmp_ftn_entry.h538 (gtid = (int)((kmp_intptr_t)TlsGetValue(__kmp_gtid_threadprivate_key))) ==
555 pthread_getspecific(__kmp_gtid_threadprivate_key))) == 0) {
H A Dkmp.h1364 extern kmp_key_t __kmp_gtid_threadprivate_key;

Completed in 135 milliseconds