Searched refs:th_root (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/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-12.1/contrib/openmp/runtime/src/ |
| H A D | kmp_omp.h | 98 offset_and_size_t th_root; // root for this thread member
|
| H A D | kmp_threadprivate.cpp | 304 __kmp_threads[gtid]->th.th_root->r.r_active == 0); in kmp_threadprivate_insert_private_data() 553 if (!__kmp_threads[global_tid]->th.th_root->r.r_active && !__kmp_foreign_tp) { in __kmpc_threadprivate()
|
| H A D | kmp_runtime.cpp | 702 if (__kmp_threads[gtid]->th.th_root->r.r_active) in __kmp_parallel_deo() 1501 root = master_th->th.th_root; in __kmp_fork_call() 2360 root = master_th->th.th_root; in __kmp_join_call() 2690 root = thread->th.th_root; in __kmp_set_num_threads() 3759 root_thread->th.th_root = root; in __kmp_register_root() 4087 KMP_DEBUG_ASSERT(master->th.th_root); in __kmp_initialize_info() 4107 this_thr->th.th_root = master->th.th_root; in __kmp_initialize_info() 5569 kmp_root_t *root = this_th->th.th_root; in __kmp_free_thread() 5591 TCW_PTR(this_th->th.th_root, NULL); in __kmp_free_thread() 7530 root = __kmp_threads[gtid]->th.th_root; in __kmp_internal_begin() [all …]
|
| H A D | kmp_debugger.cpp | 94 offset_and_size_of(kmp_base_info_t, th_root),
|
| H A D | kmp_ftn_entry.h | 657 return (th->th.th_root->r.r_in_parallel ? FTN_TRUE : FTN_FALSE); in KMP_EXPAND_NAME()
|
| H A D | kmp_csupport.cpp | 222 return __kmp_entry_thread()->th.th_root->r.r_active; in __kmpc_in_parallel() 503 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 | 1595 KMP_DEBUG_ASSERT(TCR_PTR(this_thr->th.th_root)); in __kmp_join_barrier()
|
| H A D | kmp_dispatch.cpp | 50 if (th->th.th_root->r.r_active && in __kmp_dispatch_deo_error()
|
| H A D | kmp.h | 2470 kmp_root_p *th_root; /* pointer to root of task hierarchy */ member
|