Searched refs:th_task_team (Results 1 – 9 of 9) sorted by relevance
152 &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 …]
279 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()
103 offset_and_size_t th_task_team; // task team struct member
586 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()
98 offset_and_size_of(kmp_base_info_t, th_task_team),
1165 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 …]
1547 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()
506 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()
2591 kmp_task_team_t *th_task_team; // Task team struct member