Searched refs:t_threads (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_runtime.cpp | 569 -1, &team->t.t_threads[0], &team->t.t_threads[num_thr], 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[1]->th.th_task_state == 1); in __kmp_fork_team_threads() 1087 team->t.t_threads[1]->th.th_task_state); in __kmp_fork_team_threads() 1102 kmp_info_t *thr = team->t.t_threads[i]; in __kmp_fork_team_threads() [all …]
|
H A D | kmp_barrier.cpp | 217 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() 487 __kmp_init_implicit_task(team->t.t_ident, team->t.t_threads[tid], team, in __kmp_dist_barrier_release() 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() 685 __kmp_init_implicit_task(team->t.t_ident, team->t.t_threads[i], in __kmp_linear_barrier_release_template() 800 kmp_info_t **other_threads = team->t.t_threads; in __kmp_tree_barrier_gather() 962 kmp_info_t **other_threads = team->t.t_threads; in __kmp_tree_barrier_release() 980 team->t.t_threads[child_tid], team, in __kmp_tree_barrier_release() 1012 kmp_info_t **other_threads = team->t.t_threads; in __kmp_hyper_barrier_gather() [all …]
|
H A D | ompd-specific.h | 54 OMPD_ACCESS(kmp_base_team_t, t_threads) \
|
H A D | kmp_omp.h | 130 offset_and_size_t t_threads; // array of threads member
|
H A D | kmp.h | 2370 ((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 D | kmp_debugger.cpp | 128 offset_and_size_of(kmp_base_team_t, t_threads),
|
H A D | kmp_csupport.cpp | 655 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 D | kmp_dispatch.cpp | 472 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 D | kmp_tasking.cpp | 2095 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];
|
/freebsd/contrib/netbsd-tests/lib/libobjc/ |
H A D | t_threads.m | 1 /* $NetBSD: t_threads.m,v 1.2 2013/10/31 21:02:11 christos Exp $ */
|