Searched refs:th_task_team (Results 1 – 9 of 9) sorted by relevance
333 kmp_task_team_t *task_team = thread->th.th_task_team; in __kmp_push_task()1260 encountering_thread->th.th_task_team = in __kmp_task_alloc()1346 taskdata->td_task_team = thread->th.th_task_team; in __kmp_task_alloc()2567 (thread->th.th_task_team != NULL && in __kmpc_end_taskgroup()2876 kmp_task_team_t *task_team = thread->th.th_task_team; in __kmp_execute_tasks_template()3013 if (thread->th.th_task_team == NULL) { in __kmp_execute_tasks_template()3062 if (thread->th.th_task_team == NULL) { in __kmp_execute_tasks_template()3530 if (TCR_PTR(thread->th.th_task_team) == NULL) { in __kmp_wait_to_unref_task_teams()3538 thread->th.th_task_team = NULL; in __kmp_wait_to_unref_task_teams()3662 TCW_PTR(this_thr->th.th_task_team, in __kmp_task_team_sync()[all …]
278 this_thr->th.th_task_team == NULL)) { in __kmp_wait_template()333 task_team = this_thr->th.th_task_team; in __kmp_wait_template()356 this_thr->th.th_task_team = NULL; in __kmp_wait_template()502 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
589 kmp_task_team_t *task_team = thread->th.th_task_team; in __kmpc_omp_task_with_deps()758 ignore = ignore && thread->th.th_task_team != NULL && in __kmpc_omp_wait_deps()759 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),
1111 this_thr->th.th_task_team == in __kmp_serialized_parallel()1118 this_thr->th.th_task_team = NULL; in __kmp_serialized_parallel()1633 KMP_DEBUG_ASSERT(master_th->th.th_task_team == in __kmp_fork_call()2041 KMP_DEBUG_ASSERT(master_th->th.th_task_team == in __kmp_fork_call()2049 if (active_level || master_th->th.th_task_team) { in __kmp_fork_call()2302 master_th->th.th_task_team)); in __kmp_join_call()2303 KMP_DEBUG_ASSERT(master_th->th.th_task_team == in __kmp_join_call()2549 master_th->th.th_task_team = in __kmp_join_call()4018 kmp_task_team_t *task_team = thread->th.th_task_team; in __kmp_unregister_root_current_thread()5875 this_thr->th.th_task_team = NULL; in __kmp_launch_thread()[all …]
1508 if (this_thr->th.th_task_team != NULL) { in __kmp_barrier_template()1517 KMP_DEBUG_ASSERT(this_thr->th.th_task_team->tt.tt_found_proxy_tasks == in __kmp_barrier_template()1717 this_thr->th.th_task_team)); in __kmp_join_barrier()1718 KMP_DEBUG_ASSERT(this_thr->th.th_task_team == in __kmp_join_barrier()1994 this_thr->th.th_task_team = NULL; in __kmp_fork_barrier()
534 kmp_task_team_t *task_team = this_thr->th.th_task_team; in __kmpc_end_serialized_parallel()633 this_thr->th.th_task_team = in __kmpc_end_serialized_parallel()638 global_tid, this_thr->th.th_task_team, this_thr->th.th_team)); in __kmpc_end_serialized_parallel()3438 th->th.th_task_team = th->th.th_team->t.t_task_team[0]; in __kmp_swap_teams_for_teams_reduction()3454 th->th.th_task_team = team->t.t_task_team[task_state]; in __kmp_restore_swapped_teams()
2635 kmp_task_team_t *th_task_team; // Task team struct member