Home
last modified time | relevance | path

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

/llvm-project/offload/include/OpenMP/
H A DInternalTypes.h49 unsigned tasktype : 1; /* task is either explicit(1) or implicit (0) */ member
/llvm-project/openmp/runtime/src/
H A Dompt-internal.h55 : (info->td_flags.tasktype ? ompt_task_explicit \
H A Dompd-specific.h115 OMPD_BITFIELD(kmp_tasking_flags_t, tasktype) \
H A Dkmp_tasking.cpp88 KMP_DEBUG_ASSERT(tied_task->td_flags.tasktype == TASK_TIED); in __kmp_trace_task_stack()
169 KMP_DEBUG_ASSERT(tied_task->td_flags.tasktype == TASK_TIED); in __kmp_push_task_stack()
251 KMP_DEBUG_ASSERT(tied_task->td_flags.tasktype == TASK_TIED); in __kmp_pop_task_stack()
273 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);
973 if (taskdata->td_flags.tasktype == TASK_IMPLICIT) {
1054 KMP_DEBUG_ASSERT(taskdata->td_flags.tasktype == TASK_EXPLICIT);
1350 task->td_flags.tasktype
[all...]
H A Dompt-specific.cpp474 if (taskdata->td_flags.tasktype != TASK_EXPLICIT) in __ompt_get_task_memory_internal()
H A Dkmp_taskdeps.cpp131 if (current_task->td_flags.tasktype == TASK_IMPLICIT) in __kmp_dephash_create()
H A Dkmp_ftn_entry.h1667 return __kmp_thread_from_gtid(gtid)->th.th_current_task->td_flags.tasktype; in FTN_IN_EXPLICIT_TASK()
H A Dkmp.h2701 unsigned tasktype : 1; member
2728 unsigned tasktype : 1; /* task is either explicit(1) or implicit (0) */