HOME
| OPENMP API Specification: Version 5.0 November 2018

5.6.1  Beginning Parallel Regions

SummaryBefore starting the execution of an OpenMP parallel region, the implementation executes ompd_bp_parallel_begin.

Format

SVG-Viewer needed.

 

 
void ompd_bp_parallel_begin(void);  

SVG-Viewer needed.

DescriptionThe OpenMP implementation must execute ompd_bp_parallel_begin at every parallel-begin event. At the point that the implementation reaches ompd_bp_parallel_begin, the binding for ompd_get_curr_parallel_handle is the parallel region that is beginning and the binding for ompd_get_curr_task_handle is the task that encountered the parallel construct.

Cross References