2.5 Combined Parallel Work-sharing Constructs
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
Combined parallel workâsharing constructs are shortcuts for specifying a parallel region that contains only one work-sharing construct. The semantics of these directives are identical to that of explicitly specifying a parallel directive followed by a single work-sharing construct.
The following sections describe the combined parallel work-sharing constructs:
the parallel for directive.
the parallel sections directive.