Home
last modified time | relevance | path

Searched refs:tt_found_proxy_tasks (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_taskdeps.cpp812 !(task_team && (task_team->tt.tt_found_proxy_tasks || in __kmpc_omp_task_with_deps()
995 thread->th.th_task_team->tt.tt_found_proxy_tasks == FALSE && in __kmpc_omp_taskwait_deps_51()
H A Dkmp_tasking.cpp1196 } else if (task_team && (task_team->tt.tt_found_proxy_tasks ||
1538 task_team->tt.tt_found_proxy_tasks == FALSE)
1539 TCW_4(task_team->tt.tt_found_proxy_tasks, TRUE);
2285 thread->th.th_task_team->tt.tt_found_proxy_tasks);
2966 (thread->th.th_task_team->tt.tt_found_proxy_tasks ||
3959 TCW_4(task_team->tt.tt_found_proxy_tasks, FALSE);
4309 TCW_SYNC_4(task_team->tt.tt_found_proxy_tasks, FALSE);
H A Dkmp_barrier.cpp2058 this_thr->th.th_task_team->tt.tt_found_proxy_tasks == TRUE || in __kmp_barrier_template()
H A Dkmp_csupport.cpp646 if (task_team != NULL && (task_team->tt.tt_found_proxy_tasks || in __kmpc_end_serialized_parallel()
H A Dkmp.h2864 kmp_int32 tt_found_proxy_tasks; // found proxy tasks since last barrier member
H A Dkmp_runtime.cpp4216 if (task_team != NULL && (task_team->tt.tt_found_proxy_tasks || in __kmp_unregister_root_current_thread()