Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_tasking.cpp331 kmp_task_team_t *task_team = thread->th.th_task_team; in __kmp_push_task()
1198 if ((thread->th.th_task_team) == NULL) { in __kmp_task_alloc()
1299 taskdata->td_task_team = thread->th.th_task_team; in __kmp_task_alloc()
2298 (thread->th.th_task_team != NULL && in __kmpc_end_taskgroup()
2567 kmp_task_team_t *task_team = thread->th.th_task_team; in __kmp_execute_tasks_template()
2706 if (thread->th.th_task_team == NULL) { in __kmp_execute_tasks_template()
2762 if (thread->th.th_task_team == NULL) { in __kmp_execute_tasks_template()
3210 if (TCR_PTR(thread->th.th_task_team) == NULL) { in __kmp_wait_to_unref_task_teams()
3218 thread->th.th_task_team = NULL; in __kmp_wait_to_unref_task_teams()
3327 TCW_PTR(this_thr->th.th_task_team, in __kmp_task_team_sync()
[all …]
H A Dkmp_taskdeps.cpp540 kmp_task_team_t *task_team = thread->th.th_task_team; in __kmpc_omp_task_with_deps()
628 ignore = ignore && thread->th.th_task_team != NULL && in __kmpc_omp_wait_deps()
629 thread->th.th_task_team->tt.tt_found_proxy_tasks == FALSE; in __kmpc_omp_wait_deps()
H A Dkmp_wait_release.h261 this_thr->th.th_task_team == NULL)) { in __kmp_wait_template()
312 task_team = this_thr->th.th_task_team; in __kmp_wait_template()
335 this_thr->th.th_task_team = NULL; in __kmp_wait_template()
H A Dkmp_omp.h104 offset_and_size_t th_task_team; // task team struct member
H A Dkmp_runtime.cpp1201 this_thr->th.th_task_team == in __kmp_serialized_parallel()
1208 this_thr->th.th_task_team = NULL; in __kmp_serialized_parallel()
1702 KMP_DEBUG_ASSERT(master_th->th.th_task_team == in __kmp_fork_call()
2126 KMP_DEBUG_ASSERT(master_th->th.th_task_team == in __kmp_fork_call()
2134 if (active_level || master_th->th.th_task_team) { in __kmp_fork_call()
2378 master_th->th.th_task_team)); in __kmp_join_call()
2379 KMP_DEBUG_ASSERT(master_th->th.th_task_team == in __kmp_join_call()
2606 master_th->th.th_task_team = in __kmp_join_call()
4007 kmp_task_team_t *task_team = thread->th.th_task_team; in __kmp_unregister_root_current_thread()
5753 this_thr->th.th_task_team = NULL; in __kmp_launch_thread()
[all …]
H A Dkmp_debugger.cpp99 offset_and_size_of(kmp_base_info_t, th_task_team),
H A Dkmp_barrier.cpp1460 if (this_thr->th.th_task_team != NULL) { in __kmp_barrier()
1469 KMP_DEBUG_ASSERT(this_thr->th.th_task_team->tt.tt_found_proxy_tasks == in __kmp_barrier()
1483 KMP_DEBUG_ASSERT(this_thr->th.th_task_team == NULL); in __kmp_barrier()
1642 this_thr->th.th_task_team)); in __kmp_join_barrier()
1643 KMP_DEBUG_ASSERT(this_thr->th.th_task_team == in __kmp_join_barrier()
1920 this_thr->th.th_task_team = NULL; in __kmp_fork_barrier()
H A Dkmp_csupport.cpp492 kmp_task_team_t *task_team = this_thr->th.th_task_team; in __kmpc_end_serialized_parallel()
589 this_thr->th.th_task_team = in __kmpc_end_serialized_parallel()
594 global_tid, this_thr->th.th_task_team, this_thr->th.th_team)); in __kmpc_end_serialized_parallel()
3316 th->th.th_task_team = th->th.th_team->t.t_task_team[0]; in __kmp_swap_teams_for_teams_reduction()
3332 th->th.th_task_team = team->t.t_task_team[task_state]; in __kmp_restore_swapped_teams()
H A Dkmp.h2556 kmp_task_team_t *th_task_team; // Task team struct member