Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_omp.h152 offset_and_size_t r_uber_thread; // root thread member
H A Dkmp_threadprivate.cpp144 KMP_DEBUG_ASSERT(__kmp_root[gtid]->r.r_uber_thread); in __kmp_common_initialize()
147 !__kmp_root[gtid]->r.r_uber_thread->th.th_pri_common->data[q]); in __kmp_common_initialize()
H A Dkmp_debugger.cpp148 offset_and_size_of(kmp_base_root_t, r_uber_thread),
H A Dkmp_runtime.cpp3435 root->r.r_uber_thread); in __kmp_print_structure()
3748 if (root->r.r_uber_thread) { in __kmp_register_root()
3749 root_thread = root->r.r_uber_thread; in __kmp_register_root()
3800 root->r.r_uber_thread = root_thread; in __kmp_register_root()
3955 (LPVOID) & (root->r.r_uber_thread->th), in __kmp_reset_root()
3956 root->r.r_uber_thread->th.th_info.ds.ds_thread)); in __kmp_reset_root()
3971 __kmp_reap_thread(root->r.r_uber_thread, 1); in __kmp_reset_root()
3975 root->r.r_uber_thread = NULL; in __kmp_reset_root()
4990 root->r.r_uber_thread->th.th_ident); in __kmp_allocate_team()
5061 root->r.r_uber_thread->th.th_ident); in __kmp_allocate_team()
[all …]
H A Dkmp.h2796 kmp_info_t *r_uber_thread; member
3129 __kmp_threads[gtid] == __kmp_root[gtid]->r.r_uber_thread); in KMP_UBER_GTID()