Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wait_release.h325 int ds_tid = this_thr->th.th_info.ds.ds_tid;
343 if (!KMP_MASTER_TID(ds_tid)) {
349 ompt_scope_end, NULL, tId, 0, ds_tid, flags);
463 KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid)) {
549 KMP_DEBUG_ASSERT(!KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid));
H A Dkmp_barrier.cpp568 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_linear_barrier_gather_template()
811 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_tree_barrier_gather()
1024 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_hyper_barrier_gather()
1380 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_hierarchical_barrier_gather()
2227 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_join_barrier() local
2228 if (KMP_MASTER_TID(ds_tid) && in __kmp_join_barrier()
2248 if (!KMP_MASTER_TID(ds_tid)) in __kmp_join_barrier()
2453 team->t.t_id, other_threads[i]->th.th_info.ds.ds_tid, in __kmp_fork_barrier()
2517 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_fork_barrier() local
2524 if (KMP_MASTER_TID(ds_tid) && in __kmp_fork_barrier()
[all …]
H A Dompd-specific.h59 OMPD_ACCESS(kmp_desc_base_t, ds_tid) \
H A Dkmp_omp.h120 offset_and_size_t ds_tid; // team thread id member
H A Dkmp_dispatch.cpp477 team->t.t_threads[i]->th.th_info.ds.ds_tid; in __kmp_dispatch_init_algorithm()
1059 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_init()
1090 (T)th->th.th_info.ds.ds_tid); in __kmp_dispatch_init()
1198 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_finish()
1261 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_finish_chunk()
1341 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_next_algorithm()
2329 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_next()
2345 th->th.th_info.ds.ds_tid); in __kmp_dispatch_next()
2496 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmpc_sections_init()
2570 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmpc_next_section()
H A Dz_Windows_NT_util.cpp1233 th->th.th_info.ds.ds_tid = 0; // this makes reap_monitor no-op in __kmp_create_monitor()
1251 th->th.th_info.ds.ds_tid = KMP_GTID_MONITOR; in __kmp_create_monitor()
1369 th->th.th_info.ds.ds_tid = KMP_GTID_DNE; in __kmp_reap_common()
1386 KMP_DEBUG_ASSERT(th->th.th_info.ds.ds_tid == th->th.th_info.ds.ds_gtid); in __kmp_reap_monitor()
H A Dkmp_debugger.cpp112 offset_and_size_of(kmp_desc_base_t, ds_tid),
H A Dz_Linux_util.cpp913 th->th.th_info.ds.ds_tid = 0; // this makes reap_monitor no-op in __kmp_create_monitor()
921 th->th.th_info.ds.ds_tid = KMP_GTID_MONITOR; in __kmp_create_monitor()
1064 KMP_DEBUG_ASSERT(th->th.th_info.ds.ds_tid == th->th.th_info.ds.ds_gtid); in __kmp_reap_monitor()
1086 th->th.th_info.ds.ds_tid = KMP_GTID_DNE; in __kmp_reap_monitor()
H A Dkmp_runtime.cpp970 master_th->th.th_info.ds.ds_tid = 0; in __kmp_fork_team_threads()
1296 serial_team->t.t_master_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_serialized_parallel()
1329 this_thr->th.th_info.ds.ds_tid = 0; in __kmp_serialized_parallel()
1976 master_tid = master_th->th.th_info.ds.ds_tid; in __kmp_fork_call()
2644 master_th->th.th_info.ds.ds_tid = team->t.t_master_tid; in __kmp_join_call()
3657 thread->th.th_info.ds.ds_tid, r)); in __kmp_get_random()
3664 unsigned seed = thread->th.th_info.ds.ds_tid; in __kmp_init_random()
4293 this_thr->th.th_info.ds.ds_tid = tid; in __kmp_initialize_info()
8133 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_internal_join() local
8138 if (KMP_MASTER_TID(ds_tid) && in __kmp_internal_join()
[all …]
H A Dkmp_csupport.cpp729 this_thr->th.th_info.ds.ds_tid = serial_team->t.t_master_tid; in __kmpc_end_serialized_parallel()
3588 KMP_DEBUG_ASSERT(!th->th.th_info.ds.ds_tid); // AC: check that tid == 0 in __kmp_swap_teams_for_teams_reduction()
3590 th->th.th_info.ds.ds_tid = team->t.t_master_tid; in __kmp_swap_teams_for_teams_reduction()
3606 th->th.th_info.ds.ds_tid = 0; in __kmp_restore_swapped_teams()
H A Dkmp_dispatch_hier.h958 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_init_hierarchy()
H A Dkmp_tasking.cpp1529 kmp_int32 tid = thread->th.th_info.ds.ds_tid;
2676 kmp_int32 tid = thread->th.th_info.ds.ds_tid;
3383 tid = thread->th.th_info.ds.ds_tid;
3699 if (i == this_thr->th.th_info.ds.ds_tid) {
H A Dkmp.h2313 volatile int ds_tid; member
3630 return __kmp_threads[gtid]->th.th_info.ds.ds_tid; in __kmp_tid_from_gtid()
H A Dkmp_affinity.cpp5442 int tid = th->th.th_info.ds.ds_tid; in __kmp_balanced_affinity()