HOME
| OPENMP API Specification: "Version 5.2 -- GIT rev 95b2e3a44"

12.7  taskyield Construct

Name: taskyield

Association: none

Category: executable

Properties: default

Binding

A taskyield region binds to the current task region. The binding thread set of the taskyield region is the current team.

Semantics

The taskyield region includes an explicit task scheduling point in the current task region.

Cross References