Home
last modified time | relevance | path

Searched refs:th_pri_common (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_threadprivate.cpp145 !__kmp_root[gtid]->r.r_uber_thread->th.th_pri_common->data[q]); in __kmp_common_initialize()
184 __kmp_threads[gtid]->th.th_pri_common, gtid, in __kmp_common_destroy()
203 __kmp_threads[gtid]->th.th_pri_common, gtid, in __kmp_common_destroy()
279 if (__kmp_threads[p]->th.th_pri_common->data[q]) { in dump_list()
284 for (tn = __kmp_threads[p]->th.th_pri_common->data[q]; tn; in dump_list()
425 tt = &(__kmp_threads[gtid]->th.th_pri_common->data[KMP_HASH(pc_addr)]); in kmp_threadprivate_insert()
567 __kmp_threads[global_tid]->th.th_pri_common, global_tid, data); in __kmpc_threadprivate()
H A Dkmp_runtime.cpp4331 if (!this_thr->th.th_pri_common) { in __kmp_initialize_info()
4332 this_thr->th.th_pri_common = in __kmp_initialize_info()
4336 gtid, this_thr->th.th_pri_common, this_thr->th.th_pri_common + 1, in __kmp_initialize_info()
6269 if (thread->th.th_pri_common != NULL) { in __kmp_reap_thread()
6270 __kmp_free(thread->th.th_pri_common); in __kmp_reap_thread()
6271 thread->th.th_pri_common = NULL; in __kmp_reap_thread()
H A Dkmp.h3017 struct common_table *th_pri_common; member