Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dompt-specific.cpp424 *type = (taskdata->td_flags.tasktype ? ompt_task_explicit in __ompt_get_task_info_internal()
476 if (taskdata->td_flags.tasktype != TASK_EXPLICIT) in __ompt_get_task_memory_internal()
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);
894 KMP_DEBUG_ASSERT(taskdata->td_flags.tasktype == TASK_EXPLICIT);
952 KMP_DEBUG_ASSERT(taskdata->td_flags.tasktype == TASK_EXPLICIT);
974 if (taskdata->td_flags.tasktype == TASK_IMPLICIT) {
1346 task->td_flags.tasktype = TASK_IMPLICIT;
1602 taskdata->td_flags.tasktype = TASK_EXPLICIT;
[all …]
H A Dkmp_ftn_entry.h1665 return __kmp_thread_from_gtid(gtid)->th.th_current_task->td_flags.tasktype; in FTN_IN_EXPLICIT_TASK()
H A Dkmp_taskdeps.cpp131 if (current_task->td_flags.tasktype == TASK_IMPLICIT) in __kmp_dephash_create()
H A Dkmp.h2692 unsigned tasktype : 1; member
2719 unsigned tasktype : 1; /* task is either explicit(1) or implicit (0) */