HOME
| OPENMP API Specification: Version 5.1 November 2020

5.6.3  Beginning Task Regions

Summary Before 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.

Description The 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