Searched refs:th_root (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/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-14.2/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 | 639 if (__kmp_threads[gtid]->th.th_root->r.r_active) in __kmp_parallel_deo() 665 if (__kmp_threads[gtid]->th.th_root->r.r_active) in __kmp_parallel_dxo() 1924 root = master_th->th.th_root; in __kmp_fork_call() 2436 root = master_th->th.th_root; in __kmp_join_call() 2811 root = thread->th.th_root; in __kmp_set_num_threads() 3931 root_thread->th.th_root = root; in __kmp_register_root() 4281 KMP_DEBUG_ASSERT(master->th.th_root); in __kmp_initialize_info() 4299 this_thr->th.th_root = master->th.th_root; in __kmp_initialize_info() 5890 TCW_PTR(this_th->th.th_root, NULL); in __kmp_free_thread() 8358 root = __kmp_threads[gtid]->th.th_root; in __kmp_internal_begin() [all …]
|
| H A D | kmp.h | 2928 kmp_root_p *th_root; /* pointer to root of task hierarchy */ member 3921 kmp_root_t *r = __kmp_threads[gtid]->th.th_root; in __kmp_assign_root_init_mask() 3932 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 | 219 return __kmp_entry_thread()->th.th_root->r.r_active; in __kmpc_in_parallel() 609 KMP_DEBUG_ASSERT(serial_team != this_thr->th.th_root->r.r_root_team); in __kmpc_end_serialized_parallel()
|
| H A D | kmp_barrier.cpp | 2199 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()
|