reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
221 return __kmp_entry_thread()->th.th_root->r.r_active;
projects/openmp/runtime/src/kmp_dispatch.cpp 49 if (th->th.th_root->r.r_active &&
projects/openmp/runtime/src/kmp_ftn_entry.h 657 return (th->th.th_root->r.r_in_parallel ? FTN_TRUE : FTN_FALSE);
projects/openmp/runtime/src/kmp_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, 1443 root = master_th->th.th_root; 2298 root = master_th->th.th_root; 2635 root = thread->th.th_root; 3695 root_thread->th.th_root = root; 3956 KMP_ASSERT(root == __kmp_threads[gtid]->th.th_root); 4060 this_thr->th.th_root = master->th.th_root; 4060 this_thr->th.th_root = master->th.th_root; 5564 TCW_PTR(this_th->th.th_root, NULL); 7572 root = __kmp_threads[gtid]->th.th_root; 7600 root = thread->th.th_root;projects/openmp/runtime/src/kmp_threadprivate.cpp
552 if (!__kmp_threads[global_tid]->th.th_root->r.r_active && !__kmp_foreign_tp) {