Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_tasking.cpp261 if (current->td_flags.tasktype == TASK_EXPLICIT || in __kmp_task_is_allowed()
663 KMP_DEBUG_ASSERT(taskdata->td_flags.tasktype == TASK_EXPLICIT); in __kmp_task_start()
870 KMP_DEBUG_ASSERT(taskdata->td_flags.tasktype == TASK_EXPLICIT); in __kmp_free_task()
906 KMP_DEBUG_ASSERT(taskdata->td_flags.tasktype == TASK_EXPLICIT); in __kmp_free_task_and_ancestors()
1001 KMP_DEBUG_ASSERT(taskdata->td_flags.tasktype == TASK_EXPLICIT); in __kmp_task_finish()
1500 taskdata->td_flags.tasktype = TASK_EXPLICIT; in __kmp_task_alloc()
1552 if (taskdata->td_parent->td_flags.tasktype == TASK_EXPLICIT) { in __kmp_task_alloc()
4200 KMP_DEBUG_ASSERT(taskdata->td_flags.tasktype == TASK_EXPLICIT); in __kmp_first_top_half_finish_proxy()
4417 KMP_DEBUG_ASSERT(taskdata_src->td_flags.tasktype == TASK_EXPLICIT); in __kmp_task_dup_alloc()
4457 if (taskdata->td_parent->td_flags.tasktype == TASK_EXPLICIT) in __kmp_task_dup_alloc()
H A Dompt-specific.cpp461 if (taskdata->td_flags.tasktype != TASK_EXPLICIT) in __ompt_get_task_memory_internal()
H A Dkmp.h47 #define TASK_EXPLICIT 1 macro