Home
last modified time | relevance | path

Searched refs:tiedness (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dompt-internal.h51 ((!(info->td_flags.tiedness)) ? ompt_task_untied : 0x0) | \
H A Dkmp_tasking.cpp266 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 …]
H A Dompd-specific.h114 OMPD_BITFIELD(kmp_tasking_flags_t, tiedness) \
H A Dkmp_gsupport.cpp1239 input_flags->tiedness = TASK_TIED;
1800 input_flags->tiedness = TASK_TIED; in __GOMP_taskloop()
H A Dkmp.h2710 unsigned tiedness : 1; member
2713 unsigned tiedness : 1; /* task is either tied (1) or untied (0) */