Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp1351 task->td_flags.proxy = TASK_FULL;
1599 if (flags->proxy == TASK_FULL)
4682 TASK_FULL); // it should not be proxy task
H A Dkmp.h53 #define TASK_FULL 0 macro