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

References

projects/openmp/runtime/src/kmp_runtime.cpp
  260     stack_end = (char *)th->th.th_info.ds.ds_stackbase;
  261     stack_beg = stack_end - th->th.th_info.ds.ds_stacksize;
  267           gtid, stack_beg, stack_end, th->th.th_info.ds.ds_stacksize,
  272           gtid, stack_beg, stack_end, th->th.th_info.ds.ds_stacksize,
  285       stack_end = (char *)th->th.th_info.ds.ds_stackbase;
  286       stack_beg = stack_end - th->th.th_info.ds.ds_stacksize;
  298             (stack_end > other_stack_beg && stack_end < other_stack_end)) {
  298             (stack_end > other_stack_beg && stack_end < other_stack_end)) {