Searched refs:th_pri_common (Results 1 – 3 of 3) sorted by relevance
145 !__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()
4331 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()
3017 struct common_table *th_pri_common; member