Searched refs:t_threads (Results 1 – 10 of 10) sorted by relevance
554 -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 …]
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()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 …]
130 offset_and_size_t t_threads; // array of threads member
54 OMPD_ACCESS(kmp_base_team_t, t_threads) \
2362 ((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; member3619 return team->t.t_threads[tid]->th.th_info.ds.ds_gtid; in __kmp_gtid_from_tid()[all …]
128 offset_and_size_of(kmp_base_team_t, t_threads),
610 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()
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()
2085 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];
1 /* $NetBSD: t_threads.m,v 1.2 2013/10/31 21:02:11 christos Exp $ */