Home
last modified time | relevance | path

Searched refs:TASK_IMPLICIT (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_taskdeps.cpp131 if (current_task->td_flags.tasktype == TASK_IMPLICIT) in __kmp_dephash_create()
H A Dkmp_tasking.cpp974 if (taskdata->td_flags.tasktype == TASK_IMPLICIT) {
1346 task->td_flags.tasktype = TASK_IMPLICIT;
1885 current_task->td_flags.tasktype == TASK_IMPLICIT;
H A Dkmp.h51 #define TASK_IMPLICIT 0 macro