HOME
| OPENMP API Specification: Version 5.0 November 2018

5.6.3  Beginning Task Regions

SummaryBefore starting the execution of an OpenMP task region, the implementation executes ompd_bp_task_begin.

Format

SVG-Viewer needed.

 

 
void ompd_bp_task_begin(void);  

SVG-Viewer needed.

DescriptionThe OpenMP implementation must execute ompd_bp_task_begin immediately before starting execution of a structured-block that is associated with a non-merged task. At the point that the implementation reaches ompd_bp_task_begin, the binding for ompd_get_curr_task_handle is the task that is scheduled to execute.

Cross References