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

References

projects/openmp/runtime/src/z_Linux_util.cpp
  778   th->th.th_info.ds.ds_gtid = gtid;
  801     th->th.th_info.ds.ds_thread = pthread_self();
  802     __kmp_set_stack_info(gtid, th);
  803     __kmp_check_stack_overlap(th);
  865       pthread_create(&handle, &thread_attr, __kmp_launch_worker, (void *)th);
  884   th->th.th_info.ds.ds_thread = handle;