Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.cpp50 kmp_info_t **other_threads = team->t.t_threads; in __kmp_linear_barrier_gather_template()
160 other_threads = team->t.t_threads; in __kmp_linear_barrier_release_template()
288 kmp_info_t **other_threads = team->t.t_threads; in __kmp_tree_barrier_gather()
500 kmp_info_t **other_threads = team->t.t_threads; in __kmp_hyper_barrier_gather()
682 other_threads = team->t.t_threads; in __kmp_hyper_barrier_release()
852 kmp_info_t **other_threads = team->t.t_threads; in __kmp_hierarchical_barrier_gather()
1075 if (team->t.t_threads[0] in __kmp_hierarchical_barrier_release()
1662 if (master_thread != team->t.t_threads[0]) { in __kmp_join_barrier()
2034 &team->t.t_threads[0] in __kmp_fork_barrier()
2111 team->t.t_threads[0], team)); in __kmp_setup_icv_copy()
[all …]
H A Dkmp_runtime.cpp535 -1, &team->t.t_threads[0], &team->t.t_threads[num_thr], in __kmp_print_team_storage_map()
967 team->t.t_threads[0] = master_th; in __kmp_fork_team_threads()
975 team->t.t_threads[i] = thr; in __kmp_fork_team_threads()
2658 hot_team->t.t_threads[f] = NULL; in __kmp_set_num_threads()
3058 team->t.t_threads = in __kmp_allocate_team_arrays()
3087 __kmp_free(team->t.t_threads); in __kmp_free_team_arrays()
3091 team->t.t_threads = NULL; in __kmp_free_team_arrays()
3204 root_team->t.t_threads[0] = NULL; in __kmp_initialize_root()
3240 hot_team->t.t_threads[f] = NULL; in __kmp_initialize_root()
5557 team->t.t_threads[f] = NULL; in __kmp_free_team()
[all …]
H A Dkmp.h2110 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.blocktime)
2112 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_set)
2115 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_intervals)
2119 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.dynamic)
2121 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.nproc)
2123 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.sched)
2126 (((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.blocktime) = \
2136 (((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_set) = (xval))
2786 KMP_ALIGN_CACHE kmp_info_t **t_threads; member
3208 return team->t.t_threads[tid]->th.th_info.ds.ds_gtid; in __kmp_gtid_from_tid()
[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_debugger.cpp128 offset_and_size_of(kmp_base_team_t, t_threads),
H A Dkmp_csupport.cpp544 KMP_DEBUG_ASSERT(serial_team->t.t_threads); in __kmpc_end_serialized_parallel()
545 KMP_DEBUG_ASSERT(serial_team->t.t_threads[0] == this_thr); in __kmpc_end_serialized_parallel()
576 copy_icvs(&serial_team->t.t_threads[0]->th.th_current_task->td_icvs, top); in __kmpc_end_serialized_parallel()
619 serial_team->t.t_parent->t.t_threads[0]; /* JPH */ in __kmpc_end_serialized_parallel()
H A Dkmp_tasking.cpp3370 thread_data->td.td_thr = team->t.t_threads[i]; in __kmp_realloc_task_threads_data()
3945 thread = team->t.t_threads[k]; in __kmpc_give_task()
/freebsd-13.1/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 $ */