Searched refs:TASK_TIED (Results 1 – 3 of 3) sorted by relevance
88 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
1239 input_flags->tiedness = TASK_TIED;1800 input_flags->tiedness = TASK_TIED; in __GOMP_taskloop()
48 #define TASK_TIED 1 macro