Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/include/
H A Dinterop.h131 unsigned tasktype : 1; /* task is either explicit(1) or implicit (0) */ member
/llvm-project-15.0.7/openmp/runtime/src/
H A Dompt-specific.cpp409 *type = (taskdata->td_flags.tasktype ? ompt_task_explicit in __ompt_get_task_info_internal()
461 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.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()
663 KMP_DEBUG_ASSERT(taskdata->td_flags.tasktype == TASK_EXPLICIT); in __kmp_task_start()
870 KMP_DEBUG_ASSERT(taskdata->td_flags.tasktype == TASK_EXPLICIT); in __kmp_free_task()
906 KMP_DEBUG_ASSERT(taskdata->td_flags.tasktype == TASK_EXPLICIT); in __kmp_free_task_and_ancestors()
928 if (taskdata->td_flags.tasktype == TASK_IMPLICIT) { in __kmp_free_task_and_ancestors()
1250 task->td_flags.tasktype = TASK_IMPLICIT; in __kmp_init_implicit_task()
1500 taskdata->td_flags.tasktype = TASK_EXPLICIT; in __kmp_task_alloc()
[all …]
H A Dkmp_taskdeps.cpp131 if (current_task->td_flags.tasktype == TASK_IMPLICIT) in __kmp_dephash_create()
H A Dkmp_ftn_entry.h1629 return __kmp_thread_from_gtid(gtid)->th.th_current_task->td_flags.tasktype; in FTN_IN_EXPLICIT_TASK()
H A Dkmp.h2461 unsigned tasktype : 1; /* task is either explicit(1) or implicit (0) */ member