Searched refs:tasktype (Results 1 – 5 of 5) sorted by relevance
413 *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()
76 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 …]
115 OMPD_BITFIELD(kmp_tasking_flags_t, tasktype) \
127 if (current_task->td_flags.tasktype == TASK_IMPLICIT) in __kmp_dephash_create()
2367 unsigned tasktype : 1; /* task is either explicit(1) or implicit (0) */ member