Searched refs:taskgroup (Results 1 – 6 of 6) sorted by relevance
82 kmp_taskgroup_t *taskgroup; in __kmpc_cancel() local87 taskgroup = task->td_taskgroup; in __kmpc_cancel()88 if (taskgroup) { in __kmpc_cancel()195 kmp_taskgroup_t *taskgroup; in __kmpc_cancellationpoint() local200 taskgroup = task->td_taskgroup; in __kmpc_cancellationpoint()201 if (taskgroup) { in __kmpc_cancellationpoint()205 !!taskgroup->cancel_request) { in __kmpc_cancellationpoint()214 return !!taskgroup->cancel_request; in __kmpc_cancellationpoint()322 kmp_taskgroup_t *taskgroup; in __kmp_get_cancellation_status() local324 taskgroup = task->td_taskgroup; in __kmp_get_cancellation_status()[all …]
1807 if ((taskgroup && taskgroup->cancel_request) ||1815 ((taskgroup && taskgroup->cancel_request) ? ompt_cancel_taskgroup2930 KMP_DEBUG_ASSERT(taskgroup != NULL);2982 KMP_DEBUG_ASSERT(taskgroup->count == 0);2984 if (taskgroup->reduce_data != NULL &&2985 !taskgroup->gomp_data) { // need to reduce?2999 __kmp_task_reduction_fini(thread, taskgroup);3017 __kmp_task_reduction_fini(thread, taskgroup);3030 __kmp_task_reduction_fini(thread, taskgroup);3034 taskdata->td_taskgroup = taskgroup->parent;[all …]
179 def OMP_CANCELLATION_CONSTRUCT_Taskgroup : ClauseVal<"taskgroup", 4, 1> {}604 def OMP_TaskGroup : Directive<"taskgroup"> {
1135 __OMP_CANCEL_KIND(taskgroup, 4)
84 macro (ompt_state_wait_taskgroup, 0x021) /* waiting at a taskgroup */ \
11069 "one of 'for', 'parallel', 'sections' or 'taskgroup' is expected">;