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

References

projects/openmp/runtime/src/kmp.h
 3062   return __kmp_threads[gtid]->th.th_info.ds.ds_tid;
 3067   return team->t.t_threads[tid]->th.th_info.ds.ds_gtid;
 3072   return thr->th.th_info.ds.ds_gtid;
projects/openmp/runtime/src/kmp_affinity.cpp
 5066   int tid = th->th.th_info.ds.ds_tid;
projects/openmp/runtime/src/kmp_barrier.cpp
 1710     int ds_tid = this_thr->th.th_info.ds.ds_tid;
 1989     int ds_tid = this_thr->th.th_info.ds.ds_tid;
projects/openmp/runtime/src/kmp_csupport.cpp
  593     this_thr->th.th_info.ds.ds_tid = serial_team->t.t_master_tid;
 3336       th->th.th_info.ds.ds_tid = team->t.t_master_tid;
 3352   th->th.th_info.ds.ds_tid = 0;
projects/openmp/runtime/src/kmp_dispatch.cpp
  874                                 (T)th->th.th_info.ds.ds_tid);
 2044                                                 th->th.th_info.ds.ds_tid);
projects/openmp/runtime/src/kmp_runtime.cpp
  152     stack_size = (size_t)TCR_PTR(thr->th.th_info.ds.ds_stacksize);
  153     stack_base = (char *)TCR_PTR(thr->th.th_info.ds.ds_stackbase);
  183   if (!TCR_4(other_threads[i]->th.th_info.ds.ds_stackgrow)) {
  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);
  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,
  200     char *stack_end = (char *)other_threads[i]->th.th_info.ds.ds_stackbase;
  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,
  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,
  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");
  285       stack_end = (char *)th->th.th_info.ds.ds_stackbase;
  286       stack_beg = stack_end - th->th.th_info.ds.ds_stacksize;
  294             (char *)TCR_PTR(f_th->th.th_info.ds.ds_stackbase);
  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),
  967   master_th->th.th_info.ds.ds_tid = 0;
 1251     serial_team->t.t_master_tid = this_thr->th.th_info.ds.ds_tid;
 1282     this_thr->th.th_info.ds.ds_tid = 0;
 1441     master_tid = master_th->th.th_info.ds.ds_tid;
 2461   master_th->th.th_info.ds.ds_tid = team->t.t_master_tid;
 3456   unsigned seed = thread->th.th_info.ds.ds_tid;
 3691     root_thread->th.th_info.ds.ds_gtid = gtid;
 4048   this_thr->th.th_info.ds.ds_tid = tid;
 4225                           new_thr->th.th_info.ds.ds_gtid);
 5600   gtid = this_th->th.th_info.ds.ds_gtid;
 5603     if (__kmp_thread_pool_insert_pt->th.th_info.ds.ds_gtid > gtid) {
 5618   for (; (*scan != NULL) && ((*scan)->th.th_info.ds.ds_gtid < gtid);
 5662   int gtid = this_thr->th.th_info.ds.ds_gtid;
 5854   gtid = thread->th.th_info.ds.ds_gtid;
 7315     int ds_tid = this_thr->th.th_info.ds.ds_tid;
projects/openmp/runtime/src/kmp_tasking.cpp
 1215       kmp_int32 tid = thread->th.th_info.ds.ds_tid;
 2211   kmp_int32 tid = thread->th.th_info.ds.ds_tid;
 2661   victim_tid = victim_thr->th.th_info.ds.ds_tid;
 2794                       tid = thread->th.th_info.ds.ds_tid;
 3057       if (i == this_thr->th.th_info.ds.ds_tid) {
 3947     __ompt_task_init(taskdata, thread->th.th_info.ds.ds_gtid);
projects/openmp/runtime/src/kmp_wait_release.h
  125   int ds_tid = this_thr->th.th_info.ds.ds_tid;
  187   th_gtid = this_thr->th.th_info.ds.ds_gtid;
  259         KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid)) {
  503           int wait_gtid = waiter->th.th_info.ds.ds_gtid;
projects/openmp/runtime/src/z_Linux_util.cpp
  459   status = pthread_cancel(th->th.th_info.ds.ds_thread);
  508     TCW_PTR(th->th.th_info.ds.ds_stackbase, (((char *)addr) + size));
  509     TCW_PTR(th->th.th_info.ds.ds_stacksize, size);
  510     TCW_4(th->th.th_info.ds.ds_stackgrow, FALSE);
  516   TCW_PTR(th->th.th_info.ds.ds_stacksize, 0);
  517   TCW_PTR(th->th.th_info.ds.ds_stackbase, &stack_data);
  518   TCW_4(th->th.th_info.ds.ds_stackgrow, TRUE);
  534   gtid = ((kmp_info_t *)thr)->th.th_info.ds.ds_gtid;
  778   th->th.th_info.ds.ds_gtid = gtid;
  801     th->th.th_info.ds.ds_thread = pthread_self();
  884   th->th.th_info.ds.ds_thread = handle;
 1105   status = pthread_join(th->th.th_info.ds.ds_thread, &exit_val);