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

References

projects/openmp/runtime/src/kmp_runtime.cpp
  153     stack_base = (char *)TCR_PTR(thr->th.th_info.ds.ds_stackbase);
  187   stack_base = (char *)other_threads[i]->th.th_info.ds.ds_stackbase;
  189     TCW_PTR(other_threads[i]->th.th_info.ds.ds_stackbase, stack_addr);
  200     char *stack_end = (char *)other_threads[i]->th.th_info.ds.ds_stackbase;
  260     stack_end = (char *)th->th.th_info.ds.ds_stackbase;
  285       stack_end = (char *)th->th.th_info.ds.ds_stackbase;
  294             (char *)TCR_PTR(f_th->th.th_info.ds.ds_stackbase);
projects/openmp/runtime/src/z_Linux_util.cpp
  508     TCW_PTR(th->th.th_info.ds.ds_stackbase, (((char *)addr) + size));
  517   TCW_PTR(th->th.th_info.ds.ds_stackbase, &stack_data);