Home
last modified time | relevance | path

Searched refs:task_team (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp1042 kmp_task_team_t *task_team = local
1192 } else if (task_team && (task_team->tt.tt_found_proxy_tasks ||
2384 if (task_team != NULL) {
3961 task_team->tt.tt_next = NULL;
3966 if (task_team == NULL) {
3980 &task_team->tt.tt_found_tasks, sizeof(task_team->tt.tt_found_tasks));
4005 return task_team;
4031 kmp_task_team_t *task_team; local
4038 task_team->tt.tt_next = NULL;
4047 __kmp_free(task_team);
[all …]
H A Dkmp_wait_release.h526 kmp_task_team_t *task_team = NULL;
528 task_team = this_thr->th.th_task_team;
536 if (task_team != NULL) {
537 if (TCR_SYNC_4(task_team->tt.tt_active)) {
538 if (KMP_TASKING_ENABLED(task_team)) {
596 if (task_team && KMP_HIDDEN_HELPER_WORKER_THREAD(th_gtid) &&
612 if (task_team != NULL && TCR_4(task_team->tt.tt_found_tasks) &&
694 kmp_task_team_t *task_team = this_thr->th.th_task_team;
696 &(task_team->tt.tt_unfinished_threads);
H A Dkmp_taskdeps.cpp810 kmp_task_team_t *task_team = thread->th.th_task_team; in __kmpc_omp_task_with_deps() local
812 !(task_team && (task_team->tt.tt_found_proxy_tasks || in __kmpc_omp_task_with_deps()
813 task_team->tt.tt_hidden_helper_task_encountered)); in __kmpc_omp_task_with_deps()
H A Dkmp_barrier.cpp274 kmp_task_team_t *task_team = this_thr->th.th_task_team; in __kmp_dist_barrier_gather() local
275 if (task_team != NULL) { in __kmp_dist_barrier_gather()
276 if (TCR_SYNC_4(task_team->tt.tt_active)) { in __kmp_dist_barrier_gather()
277 if (KMP_TASKING_ENABLED(task_team)) { in __kmp_dist_barrier_gather()
323 kmp_task_team_t *task_team = this_thr->th.th_task_team; in __kmp_dist_barrier_gather() local
324 if (task_team != NULL) { in __kmp_dist_barrier_gather()
325 if (TCR_SYNC_4(task_team->tt.tt_active)) { in __kmp_dist_barrier_gather()
326 if (KMP_TASKING_ENABLED(task_team)) { in __kmp_dist_barrier_gather()
H A Dkmp_csupport.cpp599 kmp_task_team_t *task_team = this_thr->th.th_task_team; in __kmpc_end_serialized_parallel() local
601 if (task_team != NULL && (task_team->tt.tt_found_proxy_tasks || in __kmpc_end_serialized_parallel()
602 task_team->tt.tt_hidden_helper_task_encountered)) in __kmpc_end_serialized_parallel()
H A Dkmp_runtime.cpp4207 kmp_task_team_t *task_team = thread->th.th_task_team; in __kmp_unregister_root_current_thread() local
4210 if (task_team != NULL && (task_team->tt.tt_found_proxy_tasks || in __kmp_unregister_root_current_thread()
4211 task_team->tt.tt_hidden_helper_task_encountered)) { in __kmp_unregister_root_current_thread()
5721 kmp_task_team_t *task_team = team->t.t_task_team[tt_idx]; in __kmp_free_team() local
5722 if (task_team != NULL) { in __kmp_free_team()
5730 __kmp_get_gtid(), task_team, team->t.t_id)); in __kmp_free_team()
5732 __kmp_free_task_team(master, task_team); in __kmp_free_team()
H A Dkmp.h2442 #define KMP_TASKING_ENABLED(task_team) \ argument
2443 (TRUE == TCR_SYNC_4((task_team)->tt.tt_found_tasks))
4115 kmp_task_team_t *task_team);