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.cpp819 !(task_team && (task_team->tt.tt_found_proxy_tasks || in __kmpc_omp_task_with_deps()
1002 thread->th.th_task_team->tt.tt_found_proxy_tasks == FALSE && in __kmpc_omp_taskwait_deps_51()
H A Dkmp_tasking.cpp1180 } else if (task_team && (task_team->tt.tt_found_proxy_tasks ||
1521 task_team->tt.tt_found_proxy_tasks == FALSE)
1522 TCW_4(task_team->tt.tt_found_proxy_tasks, TRUE);
2272 thread->th.th_task_team->tt.tt_found_proxy_tasks);
2953 (thread->th.th_task_team->tt.tt_found_proxy_tasks ||
3946 TCW_4(task_team->tt.tt_found_proxy_tasks, FALSE);
4296 TCW_SYNC_4(task_team->tt.tt_found_proxy_tasks, FALSE);
H A Dkmp_barrier.cpp2059 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.h2912 kmp_int32 tt_found_proxy_tasks; // found proxy tasks since last barrier member
H A Dkmp_runtime.cpp4225 if (task_team != NULL && (task_team->tt.tt_found_proxy_tasks || in __kmp_unregister_root_current_thread()