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 …]
1538 if ((taskgroup && taskgroup->cancel_request) || in __kmp_invoke_task()1546 ((taskgroup && taskgroup->cancel_request) ? ompt_cancel_taskgroup in __kmp_invoke_task()2541 KMP_DEBUG_ASSERT(taskgroup != NULL); in __kmpc_end_taskgroup()2593 KMP_DEBUG_ASSERT(taskgroup->count == 0); in __kmpc_end_taskgroup()2595 if (taskgroup->reduce_data != NULL && in __kmpc_end_taskgroup()2596 !taskgroup->gomp_data) { // need to reduce? in __kmpc_end_taskgroup()2610 __kmp_task_reduction_fini(thread, taskgroup); in __kmpc_end_taskgroup()2628 __kmp_task_reduction_fini(thread, taskgroup); in __kmpc_end_taskgroup()2641 __kmp_task_reduction_fini(thread, taskgroup); in __kmpc_end_taskgroup()2645 taskdata->td_taskgroup = taskgroup->parent; in __kmpc_end_taskgroup()[all …]
84 macro (ompt_state_wait_taskgroup, 0x021) /* waiting at a taskgroup */ \
474 def OMP_TaskGroup : Directive<"taskgroup"> {
950 __OMP_CANCEL_KIND(taskgroup, 4)
10464 "one of 'for', 'parallel', 'sections' or 'taskgroup' is expected">;