Searched refs:th_root (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/libucl/src/
H A Dtree.h64 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
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_omp.h97 offset_and_size_t th_root; // root for this thread member in struct:__anon3442
H A Dkmp_debugger.cpp93 offset_and_size_of(kmp_base_info_t, th_root),
H A Dkmp_threadprivate.cpp303 __kmp_threads[gtid]->th.th_root->r.r_active == 0);
552 if (!__kmp_threads[global_tid]->th.th_root->r.r_active && !__kmp_foreign_tp) {
H A Dkmp_runtime.cpp663 if (__kmp_threads[gtid]->th.th_root->r.r_active)
689 if (__kmp_threads[gtid]->th.th_root->r.r_active)
1211 __kmp_allocate_team(this_thr->th.th_root, 1, 1,
1437 root = master_th->th.th_root;
2272 root = master_th->th.th_root;
2609 root = thread->th.th_root;
3313 __kmp_printf(" Our Root: %p\n", thread->th.th_root);
3669 root_thread->th.th_root = root;
3930 KMP_ASSERT(root == __kmp_threads[gtid]->th.th_root);
3974 KMP_ASSERT(root == __kmp_threads[gtid]->th.th_root);
[all...]
H A Dkmp_ftn_entry.h657 return (th->th.th_root->r.r_in_parallel ? FTN_TRUE : FTN_FALSE);
H A Dkmp_csupport.cpp218 return __kmp_entry_thread()->th.th_root->r.r_active;
512 KMP_DEBUG_ASSERT(serial_team != this_thr->th.th_root->r.r_root_team);
H A Dkmp_dispatch.cpp49 if (th->th.th_root->r.r_active &&
H A Dkmp_barrier.cpp1708 KMP_DEBUG_ASSERT(TCR_PTR(this_thr->th.th_root));
H A Dkmp.h2424 kmp_root_p *th_root; /* pointer to root of task hierarchy */ member in struct:kmp_base_info

Completed in 196 milliseconds