Searched refs:TASK_TIED (Results 1 – 2 of 2) sorted by relevance
78 KMP_DEBUG_ASSERT(tied_task->td_flags.tasktype == TASK_TIED); in __kmp_trace_task_stack()159 KMP_DEBUG_ASSERT(tied_task->td_flags.tasktype == TASK_TIED); in __kmp_push_task_stack()241 KMP_DEBUG_ASSERT(tied_task->td_flags.tasktype == TASK_TIED); in __kmp_pop_task_stack()256 if (is_constrained && (tasknew->td_flags.tiedness == TASK_TIED)) { in __kmp_task_is_allowed()515 if (taskdata->td_flags.tiedness == TASK_TIED) { in __kmp_task_start()822 if (taskdata->td_flags.tiedness == TASK_TIED) { in __kmp_task_finish()1065 task->td_flags.tiedness = TASK_TIED; in __kmp_init_implicit_task()1583 if (taskdata->td_flags.tiedness == TASK_TIED) { in __kmp_invoke_task()3996 if (taskdata->td_flags.tiedness == TASK_TIED) in __kmp_task_dup_alloc()4558 taskdata->td_flags.tiedness = TASK_TIED; // AC: serial task cannot be untied in __kmpc_taskloop()
45 #define TASK_TIED 1 macro