Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_runtime.cpp539 -1, &team->t.t_threads[0], &team->t.t_threads[num_thr], in __kmp_print_team_storage_map()
972 team->t.t_threads[0] = master_th; in __kmp_fork_team_threads()
980 team->t.t_threads[i] = thr; in __kmp_fork_team_threads()
2746 hot_team->t.t_threads[f] = NULL; in __kmp_set_num_threads()
3151 team->t.t_threads = in __kmp_allocate_team_arrays()
3180 __kmp_free(team->t.t_threads); in __kmp_free_team_arrays()
3184 team->t.t_threads = NULL; in __kmp_free_team_arrays()
3297 root_team->t.t_threads[0] = NULL; in __kmp_initialize_root()
3333 hot_team->t.t_threads[f] = NULL; in __kmp_initialize_root()
5740 team->t.t_threads[f] = NULL; in __kmp_free_team()
[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()
562 kmp_info_t **other_threads = team->t.t_threads; in __kmp_linear_barrier_gather_template()
672 other_threads = team->t.t_threads; in __kmp_linear_barrier_release_template()
800 kmp_info_t **other_threads = team->t.t_threads; in __kmp_tree_barrier_gather()
1194 other_threads = team->t.t_threads; in __kmp_hyper_barrier_release()
1587 if (team->t.t_threads[0] in __kmp_hierarchical_barrier_release()
2190 if (master_thread != team->t.t_threads[0]) { in __kmp_join_barrier()
2570 &team->t.t_threads[0] in __kmp_fork_barrier()
2647 team->t.t_threads[0], team)); in __kmp_setup_icv_copy()
[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.h2199 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.blocktime)
2201 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_set)
2204 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_intervals)
2208 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.dynamic)
2210 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.nproc)
2212 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.sched)
2215 (((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.blocktime) = \
2225 (((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_set) = (xval))
2889 KMP_ALIGN_CACHE kmp_info_t **t_threads; member
3331 return team->t.t_threads[tid]->th.th_info.ds.ds_gtid; in __kmp_gtid_from_tid()
[all …]
H A Dkmp_debugger.cpp128 offset_and_size_of(kmp_base_team_t, t_threads),
H A Dkmp_csupport.cpp543 KMP_DEBUG_ASSERT(serial_team->t.t_threads); in __kmpc_end_serialized_parallel()
544 KMP_DEBUG_ASSERT(serial_team->t.t_threads[0] == this_thr); in __kmpc_end_serialized_parallel()
575 copy_icvs(&serial_team->t.t_threads[0]->th.th_current_task->td_icvs, top); in __kmpc_end_serialized_parallel()
616 serial_team->t.t_parent->t.t_threads[0]; /* JPH */ in __kmpc_end_serialized_parallel()
H A Dkmp_tasking.cpp1918 kmp_info_t *thread = team->t.t_threads[i]; in __kmp_omp_task()
3686 thread_data->td.td_thr = team->t.t_threads[i]; in __kmp_realloc_task_threads_data()
4290 thread = team->t.t_threads[k]; in __kmpc_give_task()
4302 thread = team->t.t_threads[i]; in __kmpc_give_task()