Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_wait_release.h133 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __ompt_implicit_task_end() local
149 if (!KMP_MASTER_TID(ds_tid)) { in __ompt_implicit_task_end()
155 ompt_scope_end, NULL, tId, 0, ds_tid, flags); in __ompt_implicit_task_end()
267 KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid)) { in __kmp_wait_template()
351 KMP_DEBUG_ASSERT(!KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid)); in __kmp_wait_template()
Dkmp_barrier.cpp58 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_linear_barrier_gather_template()
309 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_tree_barrier_gather()
530 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_hyper_barrier_gather()
891 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_hierarchical_barrier_gather()
1722 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_join_barrier() local
1723 if (KMP_MASTER_TID(ds_tid) && in __kmp_join_barrier()
1739 if (!KMP_MASTER_TID(ds_tid)) in __kmp_join_barrier()
1944 team->t.t_id, other_threads[i]->th.th_info.ds.ds_tid, in __kmp_fork_barrier()
2003 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_fork_barrier() local
2010 if (KMP_MASTER_TID(ds_tid) && in __kmp_fork_barrier()
[all …]
Dkmp_omp.h120 offset_and_size_t ds_tid; // team thread id member
Dz_Windows_NT_util.cpp1196 th->th.th_info.ds.ds_tid = 0; // this makes reap_monitor no-op in __kmp_create_monitor()
1214 th->th.th_info.ds.ds_tid = KMP_GTID_MONITOR; in __kmp_create_monitor()
1329 th->th.th_info.ds.ds_tid = KMP_GTID_DNE; in __kmp_reap_common()
1346 KMP_DEBUG_ASSERT(th->th.th_info.ds.ds_tid == th->th.th_info.ds.ds_gtid); in __kmp_reap_monitor()
Dkmp_debugger.cpp112 offset_and_size_of(kmp_desc_base_t, ds_tid),
Dkmp_dispatch.cpp865 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_init()
884 (T)th->th.th_info.ds.ds_tid); in __kmp_dispatch_init()
1024 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_finish()
1088 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_finish_chunk()
1169 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_next_algorithm()
2043 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_next()
2059 th->th.th_info.ds.ds_tid); in __kmp_dispatch_next()
Dz_Linux_util.cpp916 th->th.th_info.ds.ds_tid = 0; // this makes reap_monitor no-op in __kmp_create_monitor()
924 th->th.th_info.ds.ds_tid = KMP_GTID_MONITOR; in __kmp_create_monitor()
1063 KMP_DEBUG_ASSERT(th->th.th_info.ds.ds_tid == th->th.th_info.ds.ds_gtid); in __kmp_reap_monitor()
1085 th->th.th_info.ds.ds_tid = KMP_GTID_DNE; in __kmp_reap_monitor()
Dkmp_runtime.cpp976 master_th->th.th_info.ds.ds_tid = 0; in __kmp_fork_team_threads()
1260 serial_team->t.t_master_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_serialized_parallel()
1291 this_thr->th.th_info.ds.ds_tid = 0; in __kmp_serialized_parallel()
1444 master_tid = master_th->th.th_info.ds.ds_tid; in __kmp_fork_call()
2473 master_th->th.th_info.ds.ds_tid = team->t.t_master_tid; in __kmp_join_call()
3461 thread->th.th_info.ds.ds_tid, r)); in __kmp_get_random()
3468 unsigned seed = thread->th.th_info.ds.ds_tid; in __kmp_init_random()
4054 this_thr->th.th_info.ds.ds_tid = tid; in __kmp_initialize_info()
7471 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_internal_join() local
7476 if (KMP_MASTER_TID(ds_tid) && in __kmp_internal_join()
[all …]
Dkmp_csupport.cpp581 this_thr->th.th_info.ds.ds_tid = serial_team->t.t_master_tid; in __kmpc_end_serialized_parallel()
3310 KMP_DEBUG_ASSERT(!th->th.th_info.ds.ds_tid); // AC: check that tid == 0 in __kmp_swap_teams_for_teams_reduction()
3312 th->th.th_info.ds.ds_tid = team->t.t_master_tid; in __kmp_swap_teams_for_teams_reduction()
3328 th->th.th_info.ds.ds_tid = 0; in __kmp_restore_swapped_teams()
Dkmp_tasking.cpp1228 kmp_int32 tid = thread->th.th_info.ds.ds_tid; in __kmp_task_alloc()
2232 kmp_int32 tid = thread->th.th_info.ds.ds_tid; in __kmpc_task_reduction_get_th_data()
2686 victim_tid = victim_thr->th.th_info.ds.ds_tid; in __kmp_steal_task()
2819 tid = thread->th.th_info.ds.ds_tid; in __kmp_execute_tasks_template()
3101 if (i == this_thr->th.th_info.ds.ds_tid) { in __kmp_enable_tasking()
Dkmp_dispatch_hier.h952 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_init_hierarchy()
Dkmp.h2031 volatile int ds_tid; member
3151 return __kmp_threads[gtid]->th.th_info.ds.ds_tid; in __kmp_tid_from_gtid()
Dkmp_affinity.cpp5076 int tid = th->th.th_info.ds.ds_tid; in __kmp_balanced_affinity()