Searched refs:taskgroup (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_cancel.cpp22 @param cncl_kind Cancellation kind (parallel, for, sections, taskgroup)
79 // are handled through the taskgroup structure
82 kmp_taskgroup_t *taskgroup; local
87 taskgroup = task->td_taskgroup;
88 if (taskgroup) {
90 taskgroup->cancel_request.compare_exchange_strong(old, cncl_kind);
92 // we do not have a cancellation request in this taskgroup or we do
128 @param cncl_kind Cancellation kind (parallel, for, sections, taskgroup)
192 // are handled through the taskgroup structure
195 kmp_taskgroup_t *taskgroup; local
322 kmp_taskgroup_t *taskgroup; local
[all...]
H A Dkmp_tasking.cpp1074 task->td_taskgroup = NULL; // An implicit task does not have taskgroup
1320 parent_task->td_taskgroup; // task inherits taskgroup from the parent task
1470 kmp_taskgroup_t *taskgroup = taskdata->td_taskgroup; local
1471 if ((taskgroup && taskgroup->cancel_request) ||
1479 ((taskgroup && taskgroup->cancel_request) ? ompt_cancel_taskgroup
2099 KA_TRACE(10, ("__kmpc_task_reduction_init: T#%d, taskgroup %p, #items %d\n",
2142 @return The taskgroup identifier
2144 Initialize task reduction for the taskgroup
2434 kmp_taskgroup_t *taskgroup = taskdata->td_taskgroup; local
[all...]

Completed in 105 milliseconds