Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_tasking.cpp82 KMP_DEBUG_ASSERT(tied_task->td_flags.tasktype == TASK_TIED); in __kmp_trace_task_stack()
163 KMP_DEBUG_ASSERT(tied_task->td_flags.tasktype == TASK_TIED); in __kmp_push_task_stack()
245 KMP_DEBUG_ASSERT(tied_task->td_flags.tasktype == TASK_TIED); in __kmp_pop_task_stack()
267 if (current->td_flags.tasktype == TASK_EXPLICIT || in __kmp_task_is_allowed()
505 KMP_DEBUG_ASSERT(taskdata->td_flags.tasktype == TASK_EXPLICIT); in __kmp_task_start()
715 KMP_DEBUG_ASSERT(taskdata->td_flags.tasktype == TASK_EXPLICIT); in __kmp_free_task()
754 KMP_DEBUG_ASSERT(taskdata->td_flags.tasktype == TASK_EXPLICIT); in __kmp_free_task_and_ancestors()
776 if (taskdata->td_flags.tasktype == TASK_IMPLICIT) { in __kmp_free_task_and_ancestors()
1054 task->td_flags.tasktype = TASK_IMPLICIT; in __kmp_init_implicit_task()
1302 taskdata->td_flags.tasktype = TASK_EXPLICIT; in __kmp_task_alloc()
[all …]
H A Dompt-specific.cpp399 *type = (taskdata->td_flags.tasktype ? ompt_task_explicit in __ompt_get_task_info_internal()
H A Dkmp_taskdeps.cpp72 if (current_task->td_flags.tasktype == TASK_IMPLICIT) in __kmp_dephash_create()
H A Dkmp.h2302 unsigned tasktype : 1; /* task is either explicit(1) or implicit (0) */ member