Searched refs:tiedness (Results 1 – 5 of 5) sorted by relevance
51 ((!(info->td_flags.tiedness)) ? ompt_task_untied : 0x0) | \
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) {[all …]
114 OMPD_BITFIELD(kmp_tasking_flags_t, tiedness) \
1239 input_flags->tiedness = TASK_TIED;1800 input_flags->tiedness = TASK_TIED; in __GOMP_taskloop()
2710 unsigned tiedness : 1; member2713 unsigned tiedness : 1; /* task is either tied (1) or untied (0) */