Home
last modified time | relevance | path

Searched refs:TASK_PROXY (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp1017 ret = ret || flags.proxy == TASK_PROXY ||
1147 taskdata->td_flags.proxy = TASK_PROXY; // proxify!
1499 if (UNLIKELY(flags->proxy == TASK_PROXY ||
1501 if (flags->proxy == TASK_PROXY) {
1761 if (UNLIKELY(taskdata->td_flags.proxy == TASK_PROXY &&
1796 if (taskdata->td_flags.proxy != TASK_PROXY) {
1934 if (taskdata->td_flags.proxy != TASK_PROXY) {
2072 if (new_taskdata->td_flags.proxy == TASK_PROXY ||
4452 KMP_DEBUG_ASSERT(taskdata->td_flags.proxy == TASK_PROXY);
4486 KMP_DEBUG_ASSERT(taskdata->td_flags.proxy == TASK_PROXY);
[all …]
H A Dkmp.h52 #define TASK_PROXY 1 macro