Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_taskdeps.cpp131 if (current_task->td_flags.tasktype == TASK_IMPLICIT) in __kmp_dephash_create()
H A Dkmp_tasking.cpp928 if (taskdata->td_flags.tasktype == TASK_IMPLICIT) { in __kmp_free_task_and_ancestors()
1250 task->td_flags.tasktype = TASK_IMPLICIT; in __kmp_init_implicit_task()
1774 current_task->td_flags.tasktype == TASK_IMPLICIT; in __kmp_invoke_task()
H A Dkmp.h48 #define TASK_IMPLICIT 0 macro