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

Declarations

projects/openmp/runtime/src/kmp_error.h
   28 struct cons_header *__kmp_allocate_cons_stack(int gtid);

References

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?