Searched refs:tiedness (Results 1 – 5 of 5) sorted by relevance
51 ((!(info->td_flags.tiedness)) ? ompt_task_untied : 0x0) | \
114 OMPD_BITFIELD(kmp_tasking_flags_t, 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);770 if (UNLIKELY(taskdata->td_flags.tiedness == TASK_UNTIED)) {1046 if (taskdata->td_flags.tiedness == TASK_TIED) {1051 if (UNLIKELY(taskdata->td_flags.tiedness == TASK_UNTIED)) {1332 task->td_flags.tiedness = TASK_TIED;1476 if (flags->tiedness == TASK_UNTIED && !team->t.t_serialized) {[all …]
1239 input_flags->tiedness = TASK_TIED;1800 input_flags->tiedness = TASK_TIED; in __GOMP_taskloop()
2755 unsigned tiedness : 1; member2758 unsigned tiedness : 1; /* task is either tied (1) or untied (0) */