Searched refs:th_root (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/libucl/src/ |
H A D | tree.h | 64 struct type *th_root; \ 196 ((head)->th_root= TREE_INSERT_##node##_##field((head)->th_root, (elm), (head)->th_cmp)) 199 (TREE_FIND_##node##_##field((head)->th_root, (elm), (head)->th_cmp)) 202 ((head)->th_root= TREE_REMOVE_##node##_##field((head)->th_root, (elm), (head)->th_cmp)) 205 ((head)->th_root->field.avl_height) 208 TREE_FORWARD_APPLY_ALL_##node##_##field((head)->th_root, function, data) 211 TREE_REVERSE_APPLY_ALL_##node##_##field((head)->th_root, function, data) 214 (head)->th_root= 0; \
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_omp.h | 97 offset_and_size_t th_root; // root for this thread member
|
H A D | kmp_threadprivate.cpp | 301 __kmp_threads[gtid]->th.th_root->r.r_active == 0); in kmp_threadprivate_insert_private_data() 551 if (!__kmp_threads[global_tid]->th.th_root->r.r_active && !__kmp_foreign_tp) { in __kmpc_threadprivate()
|
H A D | kmp_debugger.cpp | 93 offset_and_size_of(kmp_base_info_t, th_root),
|
H A D | kmp_runtime.cpp | 654 if (__kmp_threads[gtid]->th.th_root->r.r_active) in __kmp_parallel_deo() 680 if (__kmp_threads[gtid]->th.th_root->r.r_active) in __kmp_parallel_dxo() 1250 __kmp_allocate_team(this_thr->th.th_root, 1, 1, in __kmp_serialized_parallel() 1978 root = master_th->th.th_root; in __kmp_fork_call() 2454 root = master_th->th.th_root; in __kmp_join_call() 2815 root = thread->th.th_root; in __kmp_set_num_threads() 3547 __kmp_printf(" Our Root: %p\n", thread->th.th_root); in __kmp_print_structure() 3937 root_thread->th.th_root = root; in __kmp_register_root() 4206 KMP_ASSERT(root == __kmp_threads[gtid]->th.th_root); in __kmp_unregister_root_current_thread() 4245 KMP_ASSERT(root == __kmp_threads[gtid]->th.th_root); in __kmp_unregister_root_other_thread() [all …]
|
H A D | kmp.h | 2943 kmp_root_p *th_root; /* pointer to root of task hierarchy */ member 3945 kmp_root_t *r = __kmp_threads[gtid]->th.th_root; in __kmp_assign_root_init_mask() 3956 kmp_root_t *r = th->th.th_root; in __kmp_reset_root_init_mask()
|
H A D | kmp_ftn_entry.h | 718 return (th->th.th_root->r.r_in_parallel ? FTN_TRUE : FTN_FALSE); in KMP_EXPAND_NAME()
|
H A D | kmp_csupport.cpp | 220 return __kmp_entry_thread()->th.th_root->r.r_active; in __kmpc_in_parallel() 654 KMP_DEBUG_ASSERT(serial_team != this_thr->th.th_root->r.r_root_team); in __kmpc_end_serialized_parallel()
|
H A D | kmp_tasking.cpp | 4176 team == this_thr->th.th_root->r.r_root_team) { 4257 KMP_DEBUG_ASSERT(team != this_thr->th.th_root->r.r_root_team);
|
H A D | kmp_barrier.cpp | 2216 KMP_DEBUG_ASSERT(TCR_PTR(this_thr->th.th_root)); in __kmp_join_barrier()
|
H A D | kmp_dispatch.cpp | 49 if (th->th.th_root->r.r_active && in __kmp_dispatch_deo_error()
|