Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp554 -1, &team->t.t_threads[0], &team->t.t_threads[num_thr], in __kmp_print_team_storage_map()
995 team->t.t_threads[0] = master_th; in __kmp_fork_team_threads()
1003 team->t.t_threads[i] = thr; in __kmp_fork_team_threads()
2835 hot_team->t.t_threads[f] = NULL; in __kmp_set_num_threads()
3240 team->t.t_threads = in __kmp_allocate_team_arrays()
3269 __kmp_free(team->t.t_threads); in __kmp_free_team_arrays()
3273 team->t.t_threads = NULL; in __kmp_free_team_arrays()
3388 root_team->t.t_threads[0] = NULL; in __kmp_initialize_root()
3424 hot_team->t.t_threads[f] = NULL; in __kmp_initialize_root()
5776 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 Dkmp_omp.h130 offset_and_size_t t_threads; // array of threads member
H A Dompd-specific.h54 OMPD_ACCESS(kmp_base_team_t, t_threads) \
H A Dkmp.h2362 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.blocktime)
2364 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_set)
2367 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_intervals)
2371 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.dynamic)
2373 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.nproc)
2375 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.sched)
2378 (((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.blocktime) = \
2388 (((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_set) = (xval))
3163 KMP_ALIGN_CACHE kmp_info_t **t_threads; member
3619 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.cpp610 KMP_DEBUG_ASSERT(serial_team->t.t_threads); in __kmpc_end_serialized_parallel()
611 KMP_DEBUG_ASSERT(serial_team->t.t_threads[0] == this_thr); in __kmpc_end_serialized_parallel()
642 copy_icvs(&serial_team->t.t_threads[0]->th.th_current_task->td_icvs, top); in __kmpc_end_serialized_parallel()
683 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.cpp2085 kmp_info_t *thread = team->t.t_threads[i];
3891 thread_data->td.td_thr = team->t.t_threads[i];
4544 thread = team->t.t_threads[k];
4556 thread = team->t.t_threads[i];
/freebsd-14.2/contrib/netbsd-tests/lib/libobjc/
H A Dt_threads.m1 /* $NetBSD: t_threads.m,v 1.2 2013/10/31 21:02:11 christos Exp $ */