Home
last modified time | relevance | path

Searched refs:t_threads (Results 1 – 9 of 9) sorted by relevance

/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp569 -1, &team->t.t_threads[0], &team->t.t_threads[num_thr], in __kmp_print_team_storage_map()
570 sizeof(kmp_info_t *) * num_thr, "%s_%d.t_threads", header, team_id); in __kmp_print_team_storage_map()
773 kmp_info_t *this_thr = parent_team->t.t_threads[master_tid]; in __kmp_reserve_threads()
815 new_nthreads = __kmp_get_random(parent_team->t.t_threads[master_tid]); in __kmp_reserve_threads()
1015 team->t.t_threads[0] = master_th; in __kmp_fork_team_threads()
1023 team->t.t_threads[i] = thr; in __kmp_fork_team_threads()
1038 kmp_balign_t *balign = team->t.t_threads[i]->th.th_bar; in __kmp_fork_team_threads()
1084 KMP_DEBUG_ASSERT(team->t.t_threads[1]->th.th_task_state == 0 || in __kmp_fork_team_threads()
1085 team->t.t_threads[ in __kmp_fork_team_threads()
[all...]
H A Dkmp_barrier.cpp217 kmp_info_t **other_threads = team->t.t_threads; in __kmp_dist_barrier_wakeup()
239 other_threads = team->t.t_threads; in __kmp_dist_barrier_gather()
488 __kmp_init_implicit_task(team->t.t_ident, team->t.t_threads[tid], team, in __kmp_dist_barrier_release()
563 kmp_info_t **other_threads = team->t.t_threads; in __kmp_linear_barrier_gather_template()
673 other_threads = team->t.t_threads; in __kmp_linear_barrier_release_template()
686 __kmp_init_implicit_task(team->t.t_ident, team->t.t_threads[i], in __kmp_linear_barrier_release_template()
801 kmp_info_t **other_threads = team->t.t_threads; in __kmp_tree_barrier_gather()
963 kmp_info_t **other_threads = team->t.t_threads; in __kmp_tree_barrier_release()
981 team->t.t_threads[child_tid], team, in __kmp_tree_barrier_release()
1013 kmp_info_t **other_threads = team->t.t_threads; in __kmp_hyper_barrier_gather()
[all...]
H A Dompd-specific.h54 OMPD_ACCESS(kmp_base_team_t, t_threads) \
H A Dkmp_omp.h130 offset_and_size_t t_threads; // array of threads member
H A Dkmp.h2370 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.blocktime)
2372 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_set)
2375 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_intervals)
2379 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.dynamic)
2381 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.nproc)
2383 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.sched)
2386 (((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.blocktime) = \
2391 (((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_intervals) = \
2396 (((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_set) = (xval))
3181 KMP_ALIGN_CACHE kmp_info_t **t_threads; member
[all...]
H A Dkmp_debugger.cpp128 offset_and_size_of(kmp_base_team_t, t_threads),
H A Dkmp_csupport.cpp655 KMP_DEBUG_ASSERT(serial_team->t.t_threads); in __kmpc_end_serialized_parallel()
656 KMP_DEBUG_ASSERT(serial_team->t.t_threads[0] == this_thr); in __kmpc_end_serialized_parallel()
687 copy_icvs(&serial_team->t.t_threads[0]->th.th_current_task->td_icvs, top); in __kmpc_end_serialized_parallel()
734 serial_team->t.t_parent->t.t_threads[0]; /* JPH */ in __kmpc_end_serialized_parallel()
H A Dkmp_dispatch.cpp472 kmp_hw_core_type_t type = (kmp_hw_core_type_t)team->t.t_threads[i] in __kmp_dispatch_init_algorithm()
474 int id = team->t.t_threads[i]->th.th_topology_ids.os_id; in __kmp_dispatch_init_algorithm()
477 team->t.t_threads[i]->th.th_info.ds.ds_tid; in __kmp_dispatch_init_algorithm()
H A Dkmp_tasking.cpp2095 kmp_info_t *thread = team->t.t_threads[i];
3901 thread_data->td.td_thr = team->t.t_threads[i];
4550 thread = team->t.t_threads[k];
4562 thread = team->t.t_threads[i];