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

References

projects/openmp/runtime/src/kmp_error.cpp
  189   struct cons_header *p = __kmp_threads[gtid]->th.th_cons;
  207   struct cons_header *p = __kmp_threads[gtid]->th.th_cons;
  229   struct cons_header *p = __kmp_threads[gtid]->th.th_cons;
  249   struct cons_header *p = __kmp_threads[gtid]->th.th_cons;
  336   struct cons_header *p = __kmp_threads[gtid]->th.th_cons;
  359   struct cons_header *p = __kmp_threads[gtid]->th.th_cons;
  380   struct cons_header *p = __kmp_threads[gtid]->th.th_cons;
  407   struct cons_header *p = __kmp_threads[gtid]->th.th_cons;
  432   struct cons_header *p = __kmp_threads[gtid]->th.th_cons;
projects/openmp/runtime/src/kmp_runtime.cpp
 3697       root_thread->th.th_cons = __kmp_allocate_cons_stack(gtid);
 5670     this_thr->th.th_cons = __kmp_allocate_cons_stack(gtid); // ATT: Memory leak?
 5917     if (thread->th.th_cons) {
 5918       __kmp_free_cons_stack(thread->th.th_cons);
 5919       thread->th.th_cons = NULL;