Lines Matching refs:tiedness
266 if (is_constrained && (tasknew->td_flags.tiedness == TASK_TIED)) {
500 if (UNLIKELY(taskdata->td_flags.tiedness == TASK_UNTIED)) {
688 if (taskdata->td_flags.tiedness == TASK_TIED) {
697 taskdata->td_flags.tiedness == TASK_UNTIED);
699 taskdata->td_flags.tiedness == TASK_UNTIED);
786 if (UNLIKELY(taskdata->td_flags.tiedness == TASK_UNTIED)) {
1062 if (taskdata->td_flags.tiedness == TASK_TIED) {
1067 if (UNLIKELY(taskdata->td_flags.tiedness == TASK_UNTIED)) {
1349 task->td_flags.tiedness = TASK_TIED;
1493 if (flags->tiedness == TASK_UNTIED && !team->t.t_serialized) {
1506 flags->tiedness = TASK_UNTIED;
1643 if (flags->tiedness == TASK_UNTIED)
1696 gtid, loc_ref, input_flags->tiedness ? "tied " : "untied",
1717 input_flags.tiedness = TASK_UNTIED;
1834 if (taskdata->td_flags.tiedness == TASK_UNTIED) {
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