Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_taskdeps.cpp121 if (current_task->td_flags.tasktype == TASK_IMPLICIT) in __kmp_dephash_create()
Dkmp_tasking.cpp764 if (taskdata->td_flags.tasktype == TASK_IMPLICIT) { in __kmp_free_task_and_ancestors()
1066 task->td_flags.tasktype = TASK_IMPLICIT; in __kmp_init_implicit_task()
1544 current_task->td_flags.tasktype == TASK_IMPLICIT; in __kmp_invoke_task()
Dkmp.h48 #define TASK_IMPLICIT 0 macro