Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_wait_release.h125 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __ompt_implicit_task_end() local
141 if (!KMP_MASTER_TID(ds_tid)) { in __ompt_implicit_task_end()
147 ompt_scope_end, NULL, tId, 0, ds_tid, flags); in __ompt_implicit_task_end()
259 KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid)) { in __kmp_wait_template()
343 KMP_DEBUG_ASSERT(!KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid)); in __kmp_wait_template()
HDkmp_barrier.cpp58 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_linear_barrier_gather_template()
311 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_tree_barrier_gather()
532 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()
1720 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_join_barrier() local
1721 if (KMP_MASTER_TID(ds_tid) && in __kmp_join_barrier()
1737 if (!KMP_MASTER_TID(ds_tid)) in __kmp_join_barrier()
1940 team->t.t_id, other_threads[i]->th.th_info.ds.ds_tid, in __kmp_fork_barrier()
1999 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_fork_barrier() local
2006 if (KMP_MASTER_TID(ds_tid) && in __kmp_fork_barrier()
[all …]
HDkmp_omp.h120 offset_and_size_t ds_tid; // team thread id member
HDz_Windows_NT_util.cpp1186 th->th.th_info.ds.ds_tid = 0; // this makes reap_monitor no-op in __kmp_create_monitor()
1204 th->th.th_info.ds.ds_tid = KMP_GTID_MONITOR; in __kmp_create_monitor()
1319 th->th.th_info.ds.ds_tid = KMP_GTID_DNE; in __kmp_reap_common()
1336 KMP_DEBUG_ASSERT(th->th.th_info.ds.ds_tid == th->th.th_info.ds.ds_gtid); in __kmp_reap_monitor()
HDkmp_dispatch.cpp856 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_init()
875 (T)th->th.th_info.ds.ds_tid); in __kmp_dispatch_init()
1014 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_finish()
1077 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_finish_chunk()
1158 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_next_algorithm()
2029 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_next()
2045 th->th.th_info.ds.ds_tid); in __kmp_dispatch_next()
HDkmp_debugger.cpp112 offset_and_size_of(kmp_desc_base_t, ds_tid),
HDz_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()
HDkmp_runtime.cpp967 master_th->th.th_info.ds.ds_tid = 0; in __kmp_fork_team_threads()
1251 serial_team->t.t_master_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_serialized_parallel()
1282 this_thr->th.th_info.ds.ds_tid = 0; in __kmp_serialized_parallel()
1435 master_tid = master_th->th.th_info.ds.ds_tid; in __kmp_fork_call()
2435 master_th->th.th_info.ds.ds_tid = team->t.t_master_tid; in __kmp_join_call()
3423 thread->th.th_info.ds.ds_tid, r)); in __kmp_get_random()
3430 unsigned seed = thread->th.th_info.ds.ds_tid; in __kmp_init_random()
4022 this_thr->th.th_info.ds.ds_tid = tid; in __kmp_initialize_info()
7283 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_internal_join() local
7288 if (KMP_MASTER_TID(ds_tid) && in __kmp_internal_join()
[all …]
HDkmp_csupport.cpp578 this_thr->th.th_info.ds.ds_tid = serial_team->t.t_master_tid; in __kmpc_end_serialized_parallel()
3319 KMP_DEBUG_ASSERT(!th->th.th_info.ds.ds_tid); // AC: check that tid == 0 in __kmp_swap_teams_for_teams_reduction()
3321 th->th.th_info.ds.ds_tid = team->t.t_master_tid; in __kmp_swap_teams_for_teams_reduction()
3337 th->th.th_info.ds.ds_tid = 0; in __kmp_restore_swapped_teams()
HDkmp_tasking.cpp1215 kmp_int32 tid = thread->th.th_info.ds.ds_tid; in __kmp_task_alloc()
2211 kmp_int32 tid = thread->th.th_info.ds.ds_tid; in __kmpc_task_reduction_get_th_data()
2661 victim_tid = victim_thr->th.th_info.ds.ds_tid; in __kmp_steal_task()
2794 tid = thread->th.th_info.ds.ds_tid; in __kmp_execute_tasks_template()
3057 if (i == this_thr->th.th_info.ds.ds_tid) { in __kmp_enable_tasking()
HDkmp_dispatch_hier.h952 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_init_hierarchy()
HDkmp.h1942 volatile int ds_tid; member
3062 return __kmp_threads[gtid]->th.th_info.ds.ds_tid; in __kmp_tid_from_gtid()
HDkmp_affinity.cpp5066 int tid = th->th.th_info.ds.ds_tid; in __kmp_balanced_affinity()