Searched refs:ds_tid (Results 1 – 13 of 13) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/ |
| HD | kmp_wait_release.h | 125 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()
|
| HD | kmp_barrier.cpp | 58 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 …]
|
| HD | kmp_omp.h | 120 offset_and_size_t ds_tid; // team thread id member
|
| HD | z_Windows_NT_util.cpp | 1186 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()
|
| HD | kmp_dispatch.cpp | 856 &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()
|
| HD | kmp_debugger.cpp | 112 offset_and_size_of(kmp_desc_base_t, ds_tid),
|
| HD | z_Linux_util.cpp | 916 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()
|
| HD | kmp_runtime.cpp | 967 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 …]
|
| HD | kmp_csupport.cpp | 578 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()
|
| HD | kmp_tasking.cpp | 1215 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()
|
| HD | kmp_dispatch_hier.h | 952 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_init_hierarchy()
|
| HD | kmp.h | 1942 volatile int ds_tid; member 3062 return __kmp_threads[gtid]->th.th_info.ds.ds_tid; in __kmp_tid_from_gtid()
|
| HD | kmp_affinity.cpp | 5066 int tid = th->th.th_info.ds.ds_tid; in __kmp_balanced_affinity()
|