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

References

projects/openmp/runtime/src/kmp_runtime.cpp
  152     stack_size = (size_t)TCR_PTR(thr->th.th_info.ds.ds_stacksize);
  190     TCW_PTR(other_threads[i]->th.th_info.ds.ds_stacksize,
  191             other_threads[i]->th.th_info.ds.ds_stacksize + stack_addr -
  194     TCW_PTR(other_threads[i]->th.th_info.ds.ds_stacksize,
  201     char *stack_beg = stack_end - other_threads[i]->th.th_info.ds.ds_stacksize;
  203                                  other_threads[i]->th.th_info.ds.ds_stacksize,
  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,
  286       stack_beg = stack_end - th->th.th_info.ds.ds_stacksize;
  296             other_stack_end - (size_t)TCR_PTR(f_th->th.th_info.ds.ds_stacksize);
  304                 (size_t)TCR_PTR(f_th->th.th_info.ds.ds_stacksize),
projects/openmp/runtime/src/z_Linux_util.cpp
  509     TCW_PTR(th->th.th_info.ds.ds_stacksize, size);
  516   TCW_PTR(th->th.th_info.ds.ds_stacksize, 0);