Home
last modified time | relevance | path

Searched refs:r_uber_thread (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_omp.h147 offset_and_size_t r_uber_thread; // root thread member
Dkmp_runtime.cpp3384 root->r.r_uber_thread); in __kmp_print_structure()
3696 if (root->r.r_uber_thread) { in __kmp_register_root()
3697 root_thread = root->r.r_uber_thread; in __kmp_register_root()
3745 root->r.r_uber_thread = root_thread; in __kmp_register_root()
3906 (LPVOID) & (root->r.r_uber_thread->th), in __kmp_reset_root()
3907 root->r.r_uber_thread->th.th_info.ds.ds_thread)); in __kmp_reset_root()
3908 __kmp_free_handle(root->r.r_uber_thread->th.th_info.ds.ds_thread); in __kmp_reset_root()
3921 &(root->r.r_uber_thread->th.ompt_thread_info.thread_data)); in __kmp_reset_root()
3927 i = root->r.r_uber_thread->th.th_cg_roots->cg_nthreads--; in __kmp_reset_root()
3930 root->r.r_uber_thread, root->r.r_uber_thread->th.th_cg_roots, in __kmp_reset_root()
[all …]
Dkmp_threadprivate.cpp143 KMP_DEBUG_ASSERT(__kmp_root[gtid]->r.r_uber_thread); in __kmp_common_initialize()
146 !__kmp_root[gtid]->r.r_uber_thread->th.th_pri_common->data[q]); in __kmp_common_initialize()
Dkmp_debugger.cpp143 offset_and_size_of(kmp_base_root_t, r_uber_thread),
Dkmp.h2825 kmp_info_t *r_uber_thread; member
3146 __kmp_threads[gtid] == __kmp_root[gtid]->r.r_uber_thread); in KMP_UBER_GTID()