Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_threadprivate.cpp243 for (tn = __kmp_threads[gtid]->th.th_pri_head; tn; tn = tn->link) { in __kmp_common_destroy_gtid()
448 tn->link = __kmp_threads[gtid]->th.th_pri_head; in kmp_threadprivate_insert()
449 __kmp_threads[gtid]->th.th_pri_head = tn; in kmp_threadprivate_insert()
Dkmp.h2566 struct private_common *th_pri_head; member
Dkmp_runtime.cpp468 __kmp_print_storage_map_gtid(gtid, &thr->th.th_local, &thr->th.th_pri_head, in __kmp_print_thread_storage_map()
4100 this_thr->th.th_pri_head = NULL; in __kmp_initialize_info()