Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_runtime.cpp529 -1, &team->t.t_threads[0], &team->t.t_threads[num_thr], in __kmp_print_team_storage_map()
1054 team->t.t_threads[0] = master_th; in __kmp_fork_team_threads()
1062 team->t.t_threads[i] = thr; in __kmp_fork_team_threads()
2711 hot_team->t.t_threads[f] = NULL; in __kmp_set_num_threads()
3089 team->t.t_threads = in __kmp_allocate_team_arrays()
3120 __kmp_free(team->t.t_threads); in __kmp_free_team_arrays()
3124 team->t.t_threads = NULL; in __kmp_free_team_arrays()
3244 root_team->t.t_threads[0] = NULL; in __kmp_initialize_root()
3283 hot_team->t.t_threads[f] = NULL; in __kmp_initialize_root()
4084 KMP_DEBUG_ASSERT(team->t.t_threads); in __kmp_initialize_info()
[all …]
H A Dkmp_barrier.cpp54 kmp_info_t **other_threads = team->t.t_threads; in __kmp_linear_barrier_gather()
157 other_threads = team->t.t_threads; in __kmp_linear_barrier_release()
253 kmp_info_t **other_threads = team->t.t_threads; in __kmp_tree_barrier_gather()
470 kmp_info_t **other_threads = team->t.t_threads; in __kmp_hyper_barrier_gather()
653 other_threads = team->t.t_threads; in __kmp_hyper_barrier_release()
822 kmp_info_t **other_threads = team->t.t_threads; in __kmp_hierarchical_barrier_gather()
1057 if (team->t.t_threads[0] in __kmp_hierarchical_barrier_release()
1585 if (master_thread != team->t.t_threads[0]) { in __kmp_join_barrier()
1960 &team->t.t_threads[0] in __kmp_fork_barrier()
2044 team->t.t_threads[0], team)); in __kmp_setup_icv_copy()
[all …]
H A Dkmp.h2038 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.blocktime)
2040 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_set)
2043 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_intervals)
2047 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.nested)
2049 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.dynamic)
2051 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.nproc)
2053 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.sched)
2056 (((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.blocktime) = \
2066 (((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_set) = (xval))
2702 KMP_ALIGN_CACHE kmp_info_t **t_threads; member
[all …]
H A Dkmp_omp.h133 offset_and_size_t t_threads; // array of threads member
H A Dkmp_debugger.cpp131 offset_and_size_of(kmp_base_team_t, t_threads),
H A Dkmp_csupport.cpp504 KMP_DEBUG_ASSERT(serial_team->t.t_threads); in __kmpc_end_serialized_parallel()
505 KMP_DEBUG_ASSERT(serial_team->t.t_threads[0] == this_thr); in __kmpc_end_serialized_parallel()
535 copy_icvs(&serial_team->t.t_threads[0]->th.th_current_task->td_icvs, top); in __kmpc_end_serialized_parallel()
575 serial_team->t.t_parent->t.t_threads[0]; /* JPH */ in __kmpc_end_serialized_parallel()
H A Dkmp_dispatch.cpp1176 kmp_info_t **other_threads = team->t.t_threads; in __kmp_dispatch_next_algorithm()
1274 kmp_info_t **other_threads = team->t.t_threads; in __kmp_dispatch_next_algorithm()
2039 kmp_info_t **other_threads = team->t.t_threads; in __kmp_dispatch_next()
H A Dkmp_tasking.cpp3059 thread_data->td.td_thr = team->t.t_threads[i]; in __kmp_realloc_task_threads_data()
3625 thread = team->t.t_threads[k]; in __kmpc_proxy_task_completed_ooo()
/freebsd-12.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 $ */