Home
last modified time | relevance | path

Searched refs:tasktype (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dompt-specific.cpp413 *type = (taskdata->td_flags.tasktype ? ompt_task_explicit in __ompt_get_task_info_internal()
456 if (taskdata->td_flags.tasktype != TASK_EXPLICIT) in __ompt_get_task_memory_internal()
H A Dkmp_tasking.cpp76 KMP_DEBUG_ASSERT(tied_task->td_flags.tasktype == TASK_TIED); in __kmp_trace_task_stack()
157 KMP_DEBUG_ASSERT(tied_task->td_flags.tasktype == TASK_TIED); in __kmp_push_task_stack()
239 KMP_DEBUG_ASSERT(tied_task->td_flags.tasktype == TASK_TIED); in __kmp_pop_task_stack()
261 if (current->td_flags.tasktype == TASK_EXPLICIT || in __kmp_task_is_allowed()
521 KMP_DEBUG_ASSERT(taskdata->td_flags.tasktype == TASK_EXPLICIT); in __kmp_task_start()
726 KMP_DEBUG_ASSERT(taskdata->td_flags.tasktype == TASK_EXPLICIT); in __kmp_free_task()
758 KMP_DEBUG_ASSERT(taskdata->td_flags.tasktype == TASK_EXPLICIT); in __kmp_free_task_and_ancestors()
780 if (taskdata->td_flags.tasktype == TASK_IMPLICIT) { in __kmp_free_task_and_ancestors()
1084 task->td_flags.tasktype = TASK_IMPLICIT; in __kmp_init_implicit_task()
1348 taskdata->td_flags.tasktype = TASK_EXPLICIT; in __kmp_task_alloc()
[all …]
H A Dompd-specific.h115 OMPD_BITFIELD(kmp_tasking_flags_t, tasktype) \
H A Dkmp_taskdeps.cpp127 if (current_task->td_flags.tasktype == TASK_IMPLICIT) in __kmp_dephash_create()
H A Dkmp.h2367 unsigned tasktype : 1; /* task is either explicit(1) or implicit (0) */ member