Home
last modified time | relevance | path

Searched refs:TASK_TIED (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
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()
266 if (is_constrained && (tasknew->td_flags.tiedness == TASK_TIED)) {
688 if (taskdata->td_flags.tiedness == TASK_TIED) {
1062 if (taskdata->td_flags.tiedness == TASK_TIED) {
1349 task->td_flags.tiedness = TASK_TIED;
1942 if (taskdata->td_flags.tiedness == TASK_TIED) {
4720 if (taskdata->td_flags.tiedness == TASK_TIED)
5324 taskdata->td_flags.tiedness = TASK_TIED; // AC: serial task cannot be untied
H A Dkmp_gsupport.cpp1239 input_flags->tiedness = TASK_TIED;
1800 input_flags->tiedness = TASK_TIED; in __GOMP_taskloop()
H A Dkmp.h48 #define TASK_TIED 1 macro