Searched refs:ds_tid (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_omp.h120 offset_and_size_t ds_tid; // team thread id member in struct:__anon3442
H A Dkmp_wait_release.h125 int ds_tid = this_thr->th.th_info.ds.ds_tid; local
141 if (!KMP_MASTER_TID(ds_tid)) {
147 ompt_scope_end, NULL, tId, 0, ds_tid, flags);
259 KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid)) {
343 KMP_DEBUG_ASSERT(!KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid));
H A Dkmp_barrier.cpp58 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]);
311 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]);
532 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]);
891 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]);
1720 int ds_tid = this_thr->th.th_info.ds.ds_tid; local
1721 if (KMP_MASTER_TID(ds_tid) &&
1737 if (!KMP_MASTER_TID(ds_tid))
1940 team->t.t_id, other_threads[i]->th.th_info.ds.ds_tid,
1999 int ds_tid local
[all...]
H A Dkmp_debugger.cpp112 offset_and_size_of(kmp_desc_base_t, ds_tid),
H A Dz_Windows_NT_util.cpp1186 th->th.th_info.ds.ds_tid = 0; // this makes reap_monitor no-op
1204 th->th.th_info.ds.ds_tid = KMP_GTID_MONITOR;
1319 th->th.th_info.ds.ds_tid = KMP_GTID_DNE;
1336 KMP_DEBUG_ASSERT(th->th.th_info.ds.ds_tid == th->th.th_info.ds.ds_gtid);
H A Dkmp_dispatch.cpp856 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]);
875 (T)th->th.th_info.ds.ds_tid);
1014 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]);
1077 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]);
1158 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]);
2029 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]);
2045 th->th.th_info.ds.ds_tid);
H A Dz_Linux_util.cpp916 th->th.th_info.ds.ds_tid = 0; // this makes reap_monitor no-op
924 th->th.th_info.ds.ds_tid = KMP_GTID_MONITOR;
1063 KMP_DEBUG_ASSERT(th->th.th_info.ds.ds_tid == th->th.th_info.ds.ds_gtid);
1085 th->th.th_info.ds.ds_tid = KMP_GTID_DNE;
H A Dkmp_runtime.cpp967 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;
1435 master_tid = master_th->th.th_info.ds.ds_tid;
2435 master_th->th.th_info.ds.ds_tid = team->t.t_master_tid;
3423 thread->th.th_info.ds.ds_tid, r));
3430 unsigned seed = thread->th.th_info.ds.ds_tid;
4022 this_thr->th.th_info.ds.ds_tid = tid;
6947 // this_thr->th.th_info.ds.ds_tid ] );
7283 int ds_tid
[all...]
H A Dkmp_tasking.cpp1215 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) {
H A Dkmp_csupport.cpp578 this_thr->th.th_info.ds.ds_tid = serial_team->t.t_master_tid;
3319 KMP_DEBUG_ASSERT(!th->th.th_info.ds.ds_tid); // AC: check that tid == 0
3321 th->th.th_info.ds.ds_tid = team->t.t_master_tid;
3337 th->th.th_info.ds.ds_tid = 0;
H A Dkmp.h1942 volatile int ds_tid; member in struct:kmp_desc_base
3062 return __kmp_threads[gtid]->th.th_info.ds.ds_tid;
H A Dkmp_dispatch_hier.h952 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]);
H A Dkmp_affinity.cpp5066 int tid = th->th.th_info.ds.ds_tid;

Completed in 314 milliseconds