Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp273 if (current->td_flags.tasktype == TASK_EXPLICIT ||
679 KMP_DEBUG_ASSERT(taskdata->td_flags.tasktype == TASK_EXPLICIT);
893 KMP_DEBUG_ASSERT(taskdata->td_flags.tasktype == TASK_EXPLICIT);
951 KMP_DEBUG_ASSERT(taskdata->td_flags.tasktype == TASK_EXPLICIT);
1054 KMP_DEBUG_ASSERT(taskdata->td_flags.tasktype == TASK_EXPLICIT);
1605 taskdata->td_flags.tasktype = TASK_EXPLICIT;
1660 if (taskdata->td_parent->td_flags.tasktype == TASK_EXPLICIT) {
4457 KMP_DEBUG_ASSERT(taskdata->td_flags.tasktype == TASK_EXPLICIT);
4683 KMP_DEBUG_ASSERT(taskdata_src->td_flags.tasktype == TASK_EXPLICIT);
4731 if (taskdata->td_parent->td_flags.tasktype == TASK_EXPLICIT)
[all …]
H A Dompt-specific.cpp474 if (taskdata->td_flags.tasktype != TASK_EXPLICIT) in __ompt_get_task_memory_internal()
H A Dkmp.h50 #define TASK_EXPLICIT 1 macro