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;
  263     gtid = __kmp_gtid_from_thread(th);
  267           gtid, stack_beg, stack_end, th->th.th_info.ds.ds_stacksize,
  269           (th->th.th_info.ds.ds_stackgrow) ? "initial" : "actual");
  272           gtid, stack_beg, stack_end, th->th.th_info.ds.ds_stacksize,
  274           (th->th.th_info.ds.ds_stackgrow) ? "initial" : "actual");
  280   gtid = __kmp_gtid_from_thread(th);
  285       stack_end = (char *)th->th.th_info.ds.ds_stackbase;
  286       stack_beg = stack_end - th->th.th_info.ds.ds_stacksize;
  292       if (f_th && f_th != th) {