reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp.h
 3057           __kmp_threads[gtid] == __kmp_root[gtid]->r.r_uber_thread);
projects/openmp/runtime/src/kmp_runtime.cpp
 3684   if (root->r.r_uber_thread) {
 3685     root_thread = root->r.r_uber_thread;
 3733   root->r.r_uber_thread = root_thread;
 3909         &(root->r.r_uber_thread->th.ompt_thread_info.thread_data));
 3915   i = root->r.r_uber_thread->th.th_cg_roots->cg_nthreads--;
 3925     __kmp_free(root->r.r_uber_thread->th.th_cg_roots);
 3926     root->r.r_uber_thread->th.th_cg_roots = NULL;
 3928   __kmp_reap_thread(root->r.r_uber_thread, 1);
 3932   root->r.r_uber_thread = NULL;
 4948                               root->r.r_uber_thread->th.th_ident);
 5017                               root->r.r_uber_thread->th.th_ident);
 5142                             root->r.r_uber_thread->th.th_ident);