Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_tasking.cpp152 &thread->th.th_task_team->tt.tt_threads_data[__kmp_tid_from_gtid(gtid)]; in __kmp_push_task_stack()
211 &thread->th.th_task_team->tt_threads_data[__kmp_tid_from_gtid(gtid)]; in __kmp_pop_task_stack()
328 kmp_task_team_t *task_team = thread->th.th_task_team; in __kmp_push_task()
811 thread->th.th_task_team; // might be NULL for serial teams... in __kmp_task_finish()
1195 KMP_CHECK_UPDATE(thread->th.th_task_team->tt.tt_untied_task_encountered, 1); in __kmp_task_alloc()
1208 if ((thread->th.th_task_team) == NULL) { in __kmp_task_alloc()
1218 thread->th.th_task_team = team->t.t_task_team[thread->th.th_task_state]; in __kmp_task_alloc()
1220 kmp_task_team_t *task_team = thread->th.th_task_team; in __kmp_task_alloc()
1304 taskdata->td_task_team = thread->th.th_task_team; in __kmp_task_alloc()
1865 must_wait = must_wait || (thread->th.th_task_team != NULL && in __kmpc_omp_taskwait_template()
[all …]
Dkmp_wait_release.h279 this_thr->th.th_task_team == NULL)) { in __kmp_wait_template()
334 task_team = this_thr->th.th_task_team; in __kmp_wait_template()
357 this_thr->th.th_task_team = NULL; in __kmp_wait_template()
483 kmp_task_team_t *task_team = this_thr->th.th_task_team; in __kmp_wait_template()
Dkmp_omp.h103 offset_and_size_t th_task_team; // task team struct member
Dkmp_taskdeps.cpp586 kmp_task_team_t *task_team = thread->th.th_task_team; in __kmpc_omp_task_with_deps()
757 ignore = ignore && thread->th.th_task_team != NULL && in __kmpc_omp_wait_deps()
758 thread->th.th_task_team->tt.tt_found_proxy_tasks == FALSE; in __kmpc_omp_wait_deps()
Dkmp_debugger.cpp98 offset_and_size_of(kmp_base_info_t, th_task_team),
Dkmp_runtime.cpp1165 this_thr->th.th_task_team == in __kmp_serialized_parallel()
1171 global_tid, this_thr->th.th_task_team, this_thr->th.th_team)); in __kmp_serialized_parallel()
1172 this_thr->th.th_task_team = NULL; in __kmp_serialized_parallel()
1678 KMP_DEBUG_ASSERT(master_th->th.th_task_team == in __kmp_fork_call()
2077 KMP_DEBUG_ASSERT(master_th->th.th_task_team == in __kmp_fork_call()
2082 master_th->th.th_task_team, parent_team, in __kmp_fork_call()
2085 if (active_level || master_th->th.th_task_team) { in __kmp_fork_call()
2127 KMP_DEBUG_ASSERT((master_th->th.th_task_team == NULL) || in __kmp_fork_call()
2330 master_th->th.th_task_team)); in __kmp_join_call()
2331 KMP_DEBUG_ASSERT(master_th->th.th_task_team == in __kmp_join_call()
[all …]
Dkmp_barrier.cpp1547 if (this_thr->th.th_task_team != NULL) { in __kmp_barrier_template()
1556 KMP_DEBUG_ASSERT(this_thr->th.th_task_team->tt.tt_found_proxy_tasks == in __kmp_barrier_template()
1757 this_thr->th.th_task_team)); in __kmp_join_barrier()
1758 KMP_DEBUG_ASSERT(this_thr->th.th_task_team == in __kmp_join_barrier()
2034 this_thr->th.th_task_team = NULL; in __kmp_fork_barrier()
Dkmp_csupport.cpp506 kmp_task_team_t *task_team = this_thr->th.th_task_team; in __kmpc_end_serialized_parallel()
600 this_thr->th.th_task_team = in __kmpc_end_serialized_parallel()
605 global_tid, this_thr->th.th_task_team, this_thr->th.th_team)); in __kmpc_end_serialized_parallel()
3315 th->th.th_task_team = th->th.th_team->t.t_task_team[0]; in __kmp_swap_teams_for_teams_reduction()
3331 th->th.th_task_team = team->t.t_task_team[task_state]; in __kmp_restore_swapped_teams()
Dkmp.h2591 kmp_task_team_t *th_task_team; // Task team struct member